I've don't remember overriding the __construct method and I just double-checked to confirm that. :-P
Tried printing out the contents of $this->components and all I got was Session. Next I tried declaring the components array in AppController and see if that changes anything. It did. No more errors from PHP but then I find that the Session component is loaded and then the components in my declared array gets loaded too - the Session component is added twice. And the weirdness doesn't stop there, I suddenly get a missing model error too, even though I've declared the Uses array to use other models - I created my own Pages controller - but Cake is now looking for a Pages model (which doesn't exist). Is it possible that a missing model DB table is causing this? I don't have direct access to my server and my server sysad is sick and missing so I can't check that right now. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
