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:
http://book.cakephp.org/2.0/en/installation/advanced-installation.html 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 <http://localhost/cakephp/index.php#> → Dispatcher->dispatch(CakeRequest, CakeResponse) <http://localhost/cakephp/index.php#> - ROOT\index.php line 40 <http://localhost/cakephp/index.php#> → require(string) <http://localhost/cakephp/index.php#> 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
