@Daniel That has not fixed the problem for me. I have now gotten the fix for the errors, the initdb call does not work yet though.
If I execute "php acl.php initdb" or "php-cgi acl.php initdb" with a valid database connection in app no tables are created. So I just executed the queries manually to create the tabes and could then work with the application. One can find those queries in app\config\sql\db_acl.sql. @Joe I also noticed that. For example, "php acl.php view aco -app blabla" does not work: "Wrong number of parameters: 3". I had to change the app name in acl.php itself in line 36. Then everything worked fine. Another thing that is not good is that "php acl.php help" does not work when the database tables are not created yet. So you cannot find out from the help that you need to call "initdb", which doesn't work. :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
