Re: CakePHP console and ACL issue.

2008-04-15 Thread Ma'moon
much appreciated! On Tue, Apr 15, 2008 at 12:51 PM, aranworld <[EMAIL PROTECTED]> wrote: > > initdb no longer works. > > Check this out to see if it helps. It includes a link to where you > can get information on what the table schema should be like: > > http://aranworld.com/article/162/cakephp-

Re: CakePHP console and ACL issue.

2008-04-15 Thread aranworld
initdb no longer works. Check this out to see if it helps. It includes a link to where you can get information on what the table schema should be like: http://aranworld.com/article/162/cakephp-acl-tutorial-initial-setup You have to now run: cake schema run create DbAcl On Apr 15, 2:52 am, "

Re: CakePHP console and ACL issue.

2008-04-15 Thread Sam Sherlock
check the sql folder inside config cake acl initdb (did it for me ealier; and has for a while) more help from the console cake acl help grant cake acl help create - S On 15/04/2008, Haris <[EMAIL PROTECTED]> wrote: > > > Hello, > > The console absolute paths doesn't work for me. The console is

CakePHP console and ACL issue.

2008-04-15 Thread Haris
Hello, The console absolute paths doesn't work for me. The console is documented poorly probably because it's still in beta. Anyways, I want to create database tables for ACL. Can someone please help me and provide me the structure of ACL tables in SQL format (.sql file) which I can import to my