Dear all, While implementing an Auth/ACL system with the latest version of CakePHP (1.2.0.6311 beta), I get an error in the DB_ACL::check() method: "ACO permissions key index does not exist in DB_ACL::check()". The key index is the current action that is requested. The permission checking is done using the following statement:
if(!$this->Acl->check($aro_alias, $aco_alias, $this->action)) I thought that the action name would map directly to CRUD actions, but it doesn't seem to be the case. I tried to search how to use the Auth- >mapAction method, but I couldn't figure out how to define the array parameters. Can somebody explain how this works? Cheers, Jan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
