Hello, I am new to cake and I have come across what seems to be a bug
very basic functionality. Perhaps I am doing something wrong. When I
access www.mysite.com/admin I receive this message:
Missing controller
You are seeing this error because controller Controller could not be
found.
Notice: If you want to customize this error message, create app\views/
errors/missing_controller.thtml.
Fatal: Create the class below in file : app\controllers\controller.php
<?php
class Controller extends AppController {
var $name = '';
}
I have created the file above, however the controller cannot find it
still. I have double and tripple checked the file, its location and
the code and it is exactly where and what it is looking for above.
This is pretty much killing my development. Anyone know what the fix
is to this or how I could debug it?
--cakeMaker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---