I have an error I can't seem to understand and fix..
I have cakephp 1.2.1.8004 app which ran ok on one host, but after
moving to another host i'm starting to get Missing Controller errors
on every action. Sadly enough, it's users controller which handels
cookies and sessions.
Both hosts are fairly similar, no big differences.
when turning debug to 3 and go to /users/login it outputs:
Missing Controller
Error: ErrorController could not be found.
Error: Create the class ErrorController below in file: app/controllers/
error_controller.php
<?php
class ErrorController extends AppController {
var $name = 'Error';
}
?>
Can somebody explain or clarify this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment