Hi,
I'm using Auth/Acl with authmethod = 'actions'.
This works really well (and I'm excited I finally got ACL working)
except for pages that don't exist.
When visiting /pages/spellingerror, rather than getting a 404, I get
the following:
Warning (512): DbAcl::check() - Failed ARO/ACO node lookup in
permissions check. Node references:
Aro: Array
(
[User] => Array
(
[id] => 1
[editor_id] =>
[group_id] => 4
[is_deleted] => 0
[type] => Individual
[created] => 2008-11-26 00:07:53
[modified] => 2008-12-23 22:49:53
[deleted] => 0000-00-00 00:00:00
[network] =>
)
)
Aco: Controllers/Papers/spellingerror [ROOT/cake/trunk/cake/libs/
controller/components/acl.php, line 239]
This goes away when debug=0, so it's not a major show stopper, however
it is fairly undesirable.
Can anything be done to improve this?
Thanks in advance,
Aidan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---