Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in
permissions check.  Node references:
Aro: Array
(
    [User] => Array
        (
            [id] => 1
            [username] => admin1
......................................................

 )

)

Aco: Pages [CORE\cake\libs\controller\components\acl.php, line 239]


I got that error when after login and redirecting the user to home
page ( web root ) and I couldn't figure out the problem. And in the
sql query i got this :

SELECT `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`,
`Aco`.`foreign_key`, `Aco`.`alias` FROM `cake_pbbg_acos` AS `Aco` LEFT
JOIN `cake_pbbg_acos` AS `Aco0` ON (`Aco0`.`alias` = 'Pages') WHERE
`Aco`.`lft` <= `Aco0`.`lft` AND `Aco`.`rght` >= `Aco0`.`rght` ORDER BY
`Aco`.`lft` DESC

I don't think that i need to have an aco with alias "Pages" because i
don't need to specify every controller in the aco table especially for
"PagesController" but through this query I think the code tried to
look for aco with alias "Pages".

Please could anyone help me? I can't figure it out by myself. I tried
to search on the web that possibly have same problem with me but I
couldn't find it. Any help would be very appreciated, thanks.

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

Reply via email to