Hello, I've been trying unsuccessfully to set up ACL for Cake. I tried doing it as explained in the manual, initializing the database with php acl.php initdb works, the three tables are created then, I tried to run the models/controller to create some groups/user as explained in the cake manual. But I get the following error No Database table for model Aro (expected "aros"), create it first. The table does exists so I have no idea how to fix this. I've also tried to create users through the command line by running the following command php acl.php create aro 0 null Users this however throws other errors
PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php4/php_mysql.dll' - /usr/lib/php4/php_mysql.dll: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Fatal error: Cannot instantiate non-existent class: dispatcher in /var/www/html/CallRating/cake/libs/error.php on line 51 I would really appreciate any help, thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
