Hi there: I've downloaded the ACM plugin and can see it by going to http://mysite/acm - however, I'm getting some errors even though I'm pretty sure I have my database set up right.
For instance, I get: SQL Error in model Aro: 1054: Unknown column ' lft' in 'order clause' Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\cake\app\plugins\acm\controllers\acm_controller.php on line 63 SQL Error in model Aco: 1054: Unknown column ' lft' in 'order clause' Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\cake\app\plugins\acm\controllers\acm_controller.php on line 80 when I go to the "Permissions" page. When I go to "Managed Controllers" I get: Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\cake\app\plugins\acm\views\acm\privileges.thtml on line 4 And when I go to "Users & Groups" I get: SQL Error in model Aro: 1054: Unknown column ' lft' in 'order clause' Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\cake\app\plugins\acm\views\acm\privileges.thtml on line 4 I created my database tables by looking at the fields listed in the cake\scripts\acl.php file and the column 'lft' does exist in both the aros and acos tables, so I'm not sure what the issue is. I'm able to AutoLoad users with no problems. Anyhow, if this is something I screwed up, sorry to bother you :) Tracy rpeterson wrote: > Hey Everyone! > > ACM Plugin is now ready to rock! We currently released version 0.10.0.4 > pending bug fixes to version 1.0. The project can be found at: > http://cakeforge.org/projects/acm/ . > > What is ACM? > > ACM is a simple web-interface will plug into your exisitng CakePHP > application by simply droping it into the plugin directory. Alowing you > to easily manage your ACL Permissions. > > Note: Thie project was origonal called ACL Admin, since then we have > decided to rename it and open it as a whole new project. > > I am usualy on irc if you have any questions. > > ~rpeterson > > **Many thanks to gwoo for all his help on geting this project > available** --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
