On Jun 13, 2011, at 20:31, Magician wrote:
> Hi. This is the newbie programmer again. I am need of some help. I
> am currently working on a Cakephp page and have created the necessary
> MVCs. However, when I load my main page (in this case localhost/Cake)
> I get two error messages which are as follows:
>
> Error: CakeController could not be found.
>
> Error: Create the class CakeController below in file: app\controllers
> \cake_controller.php
>
> <?php
> class CakeController extends AppController {
>
> var $name = 'Cake';
> }
> ?>
>
>
> I created the CakeController class file in the Controller file in
> question. However I still get this issue. Does anyone out there know
> how to help me fix this?
Your main page is http://localhost/ not http://localhost/Cake
Do not create a "CakeController"; if you already did, delete it.
--
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