Who is your host? What is the structure of your folders/files?
On Feb 25, 11:30 am, banesto <[email protected]> wrote: > maybe there is some script to test host requirements? > > because i tried many times, even downloaded a fresh cake version and > put into it controllers and other stuff - no reaction. > > On Feb 24, 11:14 pm, banesto <[email protected]> wrote: > > > Hi bakers! > > > 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 [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 -~----------~----~----~----~------~----~------~--~---
