Re: Error: Index.phpController could not be found
Sorry I was away on vacation but after I got back I've been trying everything concerning the installation. I have installed 2.1 and still getting the same error. I followed this guide:
and tried everything it stated. I have all the .htaccess in the correct directories, I enabled mod_rewrite and I have Cake installed under my document root as /cakephp.
When going to localhost/cakephp/index.php I am still getting this error:
Missing Controller
Error: Index.phpController could not be found.
Error: Create the class Index.phpController below in file: app\Controller\Index.phpController.php
<?php class Index.phpController extends AppController { }
Notice: If you want to customize this error message, create app\View\Errors\missing_controller.ctp
Stack Trace
- APP\webroot\index.php line 96 → Dispatcher->dispatch(CakeRequest, CakeResponse)
- ROOT\index.php line 40 → require(string)
I really don't know what I am doing wrong or where to go from here and would really like to try cake. Any suggestions?
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home