Question

every thing is working properly only User Controller has problem with updating/saving which shows this error -

AclNode::node() - Couldn't find Aro node identified by "Array ( [Aro0.model] => User [Aro0.foreign_key] => 1 ) "

This error normally shows when action is not authorized. How ever actions and pages are loading and the other Controllers doesn't have any problem with updating :(

I followed this tutorial - with Cakephp2.3 CakePHP 2.1 AclComponent - Tutorial

Code Download here

resource Acl controlled Application

Was it helpful?

Solution

if you are using this code for you Auth - in User Model You shouldn't use :)

'Acl' => array('type' => 'requester'), 
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top