Hi,

I'm trying to use ACL in my application, I have pretty much followed
this tutorial http://book.cakephp.org/view/641/Simple-Acl-controlled-Application
to get my application up and running, however, when I visit any of the
pages that are supposed to be protected, I get this error:

Warning (512): AclNode::node() - Couldn't find Aro node identified by
"Array
(
    [Aro0.model] => User
    [Aro0.foreign_key] => 1
)
" [CORE/cake/libs/model/db_acl.php, line 191]

Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in
permissions check.  Node references:
Aro: Array
(
    [User] => Array
        (
            [id] => 1
            [group_id] => 1
            [username] => csueiras
            [email] => [email protected]
            [fullname] => Christian A. Sueiras Figueroa
            [contact_phone] => 787-348-8032
            [created] => 2008-12-18 16:34:07
        )

)

Any help will be greatly appreciated. Thanks and happy holidays!

Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to