Issue :
Missing Controller
Error: OutController could not be found.
Error: Create the class OutController below in file: app\Controller\OutController.php
<?php class OutController extends AppController { }
Solution:
Router::connect('/:action', array('controller' => 'out'));
Comment this line in routes.php
Issue : pages-308260bf13.css:1
Failed to load resource: net::ERR_NAME_NOT_RESOLVED
http://css/pages-308260bf13.css
Solution : app\View\Helper\ExtendedHtmlHelper.php
change css path
public function css($path){ return '<link rel="stylesheet" href="'.$path.'">'; }
No comments:
Post a Comment