Php Geek
Php Geek

Reputation: 1107

Simple Acl controlled app error...in cakephp

I have followed the steps for Acl controlled application in cakephp cookbook. And while following the steps and creating Acldb i got this error. This error occurs whenever i try to login from users login....

Error is

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

I have searched a lot but couldnt solve this error can anyone please help me out...

Upvotes: 0

Views: 140

Answers (1)

noslone
noslone

Reputation: 1289

The Aro (Group) with id=2 does not exist in your aros table.

Check the documentation to see how you can add AROs.

Upvotes: 1

Related Questions