質問

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

役に立ちましたか?

解決

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

'Acl' => array('type' => 'requester'), 
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top