0

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

4

1 回答 1

1

如果您正在为您使用此代码 Auth - 在用户模型中您不应该使用:)

'Acl' => array('type' => 'requester'), 
于 2014-03-18T18:04:20.497 回答