Thanks for the tip, its working.

Peter -

On Mar 3, 3:10 pm, aranworld <[EMAIL PROTECTED]> wrote:
> On windows, open up the command prompt.
>
> Navigate to cake\console
>
> Type "cake acl help" to get started.
>
> If you need to create the database tables, then you are supposed to
> type:
>
> "cake schema run create DbAcl"
>
> However, when I do this I get an error about schema.php not being
> found.
>
> You can also navigate to:
>
> cake\console\libs\templates\skel\config\sql\db_acl.sql
>
> If you plan on manually creating the tables using this db_acl.sql
> file, you will need to make sure that the _create, _read, _update,
> _delete cols in the aros_acos section have a default of null rather
> than 0.  If those columns have a default of '0', then you will have
> errors with the grant and allow command.
>
> -Aran
>
> On Mar 3, 1:27 pm, peterhf <[EMAIL PROTECTED]> wrote:
>
> > How does one run the ACL manager in this version of CakePHP? The
> > tutorial that I am using refers to a "scripts" directory in the "cake"
> > directory. This directory does not exist in my copy of this version.
>
> > Peer -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to