Hello,
I have been testing my application through a proxy because I do some
IP based stuff.

I got the following error on my home page :

Missing Controller

Error: Http:Controller could not be found.

Error: Create the class Http:Controller below in file: app/controllers/
http:controller.php

<?php
class Http:Controller extends AppController {

        var $name = 'Http:';
}
?>

I don't get this error on other pages. I am totally clueless. I'm not
sure what I can say about the home page that would help...

I tried debugging at some point in my home_controller, putting some
"die" in the beforeFilter, but I would still get the error so I assume
the code never tried to execute my actual HomeController.

Thanks,
Jimmy

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to