i set AclIni in my config/core.php
Configure::write('Acl.classname', 'IniAcl');
I set the acl.ini.php
;-------------------------------------
;Users
;-------------------------------------
[diana]
groups = admin
deny =
allow =
;-------------------------------------
;Groups
;-------------------------------------
[admin]
deny =
allow = *
but opening the homepage it says:
Fatal error: Call to undefined method IniAcl::allow() in
/home/fain182/workspace/cake/libs/controller/components/acl.php on
line 101
it's a bug? or I made a mistake?
thank you
pietro
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---