In case someone else searches for it:
Adding the line
$this->Acl->startup($this);
before the call to $this->Acl->check seems to work fine.

Claudia

On Sep 21, 10:03 pm, 2000Man <[EMAIL PROTECTED]> wrote:
> What was the final solution to this problem (putting
> parent::beforeFilter(); as first line of code in my
> AppController::beforeFilterdoesn't work)?
>
> On 30 aug, 12:58, "Jon Bennett" <[EMAIL PROTECTED]> wrote:
>
> > > ...I think you may be right (from looking at dispatcher.php in the
> > > cake source code).
>
> > > However, that's got me wondering... how do any of those examples
> > > (including some in the bakery I seem to recall) that putACLcalls in
> > >beforeFilterever work...?
>
> > add parent::beforeFilter(); above youbeforeFiltercode, eg:
>
> > functionbeforeFilter()
> > {
> > parent::beforeFilter();
> > //
>
> > }
>
> > does that sort it?
>
> > jb
>
> > --
>
> > jon bennett
> > w:http://www.jben.net/
> > iChat (AIM): jbendotnet Skype: jon-bennett


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