Hi, TracyB wrote:
> 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. Yes, that's a problem that git introduces with the 1.0 release. > SQL Error in model Aro: 1054: Unknown column ' lft' in 'order clause' See <http://groups.google.com/group/cake-php/browse_frm/thread/67ffb6436c20804d> for a solution - if there's no database given, CakePHP inserts a blank in fornt of the fieldname (inside the backticks). > 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. Your database is probably correct, that has to be changes in the ACM plugin. Regards, Dominik. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
