That's what I thought. I guess it'd be good to point out then that I'm
getting this error:
Fatal error: Call to a member function on a non-object

The line it refers to is: (in a private function that's called in
beforeFilter() of AppController)
return $this->Acl->check($user, $aco);

Another way I tested the components was by doing
if(!isset($this->Acl)) debug('No ACL!');

And when I tried it, I got that debug message.
Any ideas?

Thanks.


On Apr 4, 5:15 pm, "AD7six" <[EMAIL PROTECTED]> wrote:
> On 4 abr, 10:27, "bit" <[EMAIL PROTECTED]> wrote:
>
> > I have this really weird bug in which my components aren't loading.
> > The really weird thing is that when I remove a hasMany relationship in
> > one of the models, this bug goes away.
>
> If cake is about to present you with a missingX error, components
> aren't loaded.
>
> hth,
>
> AD


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

Reply via email to