cakephp-3-acl-example
cakephp-3-acl-example copied to clipboard
AclNode::node() - Couldn't find Aros node identified by "Array ( [Aros0.model] => Users [Aros0.foreign_key] => 1 ) "
Hello,
I know this issue was reported before but the solution you give is not working for me. I've followed step by step your guide to set ACL to a cakephp3 project but having this error. How to fix it? please help me.
Best regards
The error was generated because of the group permission did not work perfectly. You may run the following command bin/cake acl view aro
to view the ARO tree and after that give permission as you want.
One more thing, create your groups and users before running the following command bin/cake acl_extras aco_sync
otherwise it will also generate the same error.