In Part 2 of the IBM CakePHP series I'm having problems working with Access Control Lists.
I've created the ACL tables and I'm stuck at defining defining groups In my app directory the tutorial states within the terminal define your groups with the following code. php acl.php create aro 0 null Users php acl.php create aro 0 null Dealers When I do this I get the following response... Could not open input file: acl.php After some research I tried this... ../cake/console/cake acl create aro / Users I then receive the following message... Fatal error: Class 'String' not found in /Users/wizardelite/Sites/ ibmcake/cake/libs/model/datasources/dbo_source.php on line 1455 Can anyone help me with this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
