That IBM tutorial looks a little outdated. There isn't really a comprehensive tutorial that is totally updated, but you really should be looking at the tutorials that show how the ACL and Auth components interact, and you should learn how to use the ACL Behavior.
The Auth component expects aliases to correspond to CamelCased names of controllers. On Apr 11, 3:17 pm, mmayes <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been running through the IBM tutorials - though a bit dated, > they've been helpful figuring stuff out. > > One thing that is chomping my butt is ACLs. The tutorial stores aco > aliases as 'id-title'. For example: > > 'alias' => $this->Product->id.'-'.$this->data['Product']['title'] > > However, when I go in and edit the product and change the title, the > entry in the aco database table is not updated and generates a lookup > error, specifically "Failed ACO node lookup in permissions check.". If > I go in and manually update the database entry to the new title, it > works. > > What's the most cake-ish way to solve this? > > Cheers, > Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
