If you are using CakePHP 1.2, you should be using the following type of syntax:
cake acl grant department-1 Employeelist * In this case, your aro table would have to have a row with an alias of department-1 and the aco table would have to have a row with an alias of Employeelist. -Aran On May 16, 9:41 am, Esoteric <[EMAIL PROTECTED]> wrote: > I stopped using the command line version, I would try using the > AclAdmin plugin, it makes administrating the acl system 10x easier in > my opinion. Look at cakeforge.org for it. > > -Erik > > On May 16, 12:19 pm, Stinkbug <[EMAIL PROTECTED]> wrote: > > > I'm having a ACL problem in cakephp. When I try to grant permissions, > > I just get a "permission could not be granted". I'm on a Windows box, > > but I'm having the same problem on our test server, which is a linux > > box. > > > Anyone have any idea why that might be? > > > My command look like this: php acl.php grant department-1 > > Employeelist * --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
