Updated ACL Plugin
An updated ACL Plugin for 1.3. Allows creation/editing/removing of ACO, ARO and CRUD.
This plugin is a forked copy of phishy's work on github: http://github.com/phishy/acl_plugin
You can find the newest copy of the plugin on github: http://github.com/interlock/acl_plugin.
Installation is simple:
The plugin expects to be in the directory app/plugins/acl
New Features/changes include:
You can find the newest copy of the plugin on github: http://github.com/interlock/acl_plugin.
Installation is simple:
- If your using GIT for your project, goto the root directory of your GIT project and issue the command: git submodule add git://github.com/interlock/acl_plugin.git app/plugins/acl
- If your not using GIT, you'll need it to download the latest copy with the following command: git clone git://github.com/interlock/acl_plugin.git
The plugin expects to be in the directory app/plugins/acl
New Features/changes include:
- Updated to use jQuery (which is the default ajax library in 1.3)
- Added very crude CRUD editing support
- Fixed all 1.3 related issues








Fatal error: Class 'AclAppController' not found in C:\wamp\www\rotorspace_cake\app\plugins\acl\controllers\acl_controller.php on line 3
I installed this plugin, using 1.3 stable, when I'm trying to access admin/acl, I'm getting the overview screen, but if I try to access admin/acl/acos or admin/acl/aros or admin/acl/permissions, i get an i.e. "ArosController could not be found."
my application runs in a subdirectory of the website... maybe a routing problem?
Greetings,
James
Comments are closed for articles over a year old