Re: CakePHP ACL [Failed ARO/ACO node lookup in permissions check]

2011-01-17 Thread DragonFlyEye
You actually want to reference the model then the aco in question. For example, if you have a Users model and you want to identify a user with an id of 1, you would actually write: User.1 Not simply "1." That's very confusing and ambiguous in the documentation. Took me a while to figure it out.

CakePHP ACL [Failed ARO/ACO node lookup in permissions check]

2011-01-17 Thread DatacenterHellas
Hello. I have create an application with CakePHP that uses the ACL. In my database I have this data: AROS: = |__ID__|__PARENT_ID__|__MODEL|__FOREIGN_KEY__| __ALIAS__|_lft__|_rght_| ===