Hi Guys,
I'm getting the same error as follows:
Warning (512): DB_ACL::check() - Failed ACO node lookup in
permissions check. Node references:
Aro: anonymous
Aco: /users [CORE/cake/libs/controller/components/acl.php, line
284]
Warning (2): Cannot modify header information - headers already
sent by...
I think the second warning is caused by the first, so I wont worry
about that for now, unless you tell me otherwise :)
My ARO / ACO Tree's are all follows:
---------------------------------------------------------------
Aco tree:
---------------------------------------------------------------
[1]ROOT
[2]/users
[3]add
[4]/dashboards
[5]superuser
---------------------------------------------------------------
---------------------------------------------------------------
Aro tree:
---------------------------------------------------------------
[1]group.all
[2]group.anonymous
[3]anonymous
[4]group.members
[5]group.superusers
[6]chris.wilkinson
---------------------------------------------------------------
I ran the command;
./cake acl deny group.all ROOT '*'
So now, I visit http://localhost/users/login and receive the error. As
you can see I think I have setup the ARO/ACO's correctly and would
expect my code to send me to http://localhost/pages/permission_denied.
If I need to post any other information (like the acl call) let me
know. Any help would be greatly appreciated.
Many Thanks,
Chris.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---