-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I'm trying to use AclManager with the CakeDC Users plugin. I've tried entering this in the plugin's bootstrap file:
Configure::write('AclManager.aros', array('Group', 'Users.User'));
That gives nothing but errors, most notably including:
Warning (2): Invalid argument supplied for foreach() [APP\Plugin\AclManager\Controller\AclController.php, line 31]
Warning (2): Invalid argument supplied for foreach() [APP\Plugin\AclManager\Controller\AclController.php, line 39]
I also tried it without referencing the plugin as in:
Configure::write('AclManager.aros', array('Group', 'Users.User'));
That gave the same errors.
Metadata
Metadata
Assignees
Labels
No labels