Looks to me like you're making a request to something like:

http://your.domain.com/http://something.else.etc

So, Cake is seeing that http: and, not having a route for it, assumes
it's the controller name.

IOW, have a close look at the request being made.

On Tue, Apr 7, 2009 at 6:25 PM, Jimmy Bourassa <[email protected]> wrote:
>
> 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