Nov
26
CakePHP acl delete aro Correct Systax
November 26, 2008 |
For people who use CakePHP cake console to execute ACL command:
acl delete aro Users
You may receive error response, the reason is because you must use the id not the Alias when delete, for instance, if Users has an id of 2, you should execute the command in the following way:
acl delete aro 2
Hope this helps!
Similar Posts
- CakePHP Solution for Could not open input file: acl.php
- Cook up Web sites fast with CakePHP ACL Problem
- Cook up Web sites fast with CakePHP - Invalid Login
- CakePHP - the right syntax to use near ‘generateList’
- CakePHP Solution for Warning: Cannot modify header information - headers already sent
- Cook up Web sites fast with CakePHP knownusers.thtml
- Cook up Web sites fast with CakePHP MySQL Syntax Problem


































