문제

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