Re: Cakephp 1.2 Schema could not be loaded

2008-04-23 Thread aaady
I updated CakePHP 1.2 of latest nightly built version. The command, "cake acl initdb", has revived. Successfully the above 3 tables will be created. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. T

Re: Cakephp 1.2 Schema could not be loaded

2008-02-22 Thread ste.ve
I got the same problem. Please help! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMA

Re: Cakephp 1.2 Schema could not be loaded

2008-02-22 Thread ste.ve
I get exactly the same error: Error: schema.php could not be loaded". I tried from every possible folder, with and without the -app parameter. Please someone help me out! Or, alternatively, can someone post the sql dump for the Acl tables so I can skip that weirdy console completely? Thanks a l

Re: Cakephp 1.2 Schema could not be loaded

2008-02-14 Thread FoW
Hi again, I have manage to set up the %path% as shown is the screencast (bake for windows), i had a problem with my %path% variable but i fixed it up. I still have the message : "Error: schema.php could not be loaded" when I lauch "cake schema create run Dbacl" from d:\www\cake\app\ wich is my a

Re: Cakephp 1.2 Schema could not be loaded

2008-02-13 Thread FoW
Hi all, I have exactly the same probleme : "Error: schema.php could not be loaded" I've seen the screen cast and i change cake.bat to give a full path to php.exe I lauched the script from d:\www\cake\app\ When i baked my controler and view i didn't have any probleme. Up to now it only happend wh

Re: Cakephp 1.2 Schema could not be loaded

2008-02-01 Thread Flash
Yes, I had only checked out the screencast for the "Bakery" later that day and that was when I only discovered it by chance. It would have been more useful if the error message generated from the console told you what was missing (eg. wrong app path?) I very new to Cake and I am trying to unders

Re: Cakephp 1.2 Schema could not be loaded

2008-02-01 Thread Dardo Sordi Bogado
Also you can be outside of the whatever_app directory and run ./cake/console/cake -app MYAPP On Feb 1, 2008 7:16 AM, Marcin Domanski <[EMAIL PROTECTED]> wrote: > > I tought that it was clear (screencast anyone ? console help?) that > you have to be in the app directory so cake knows which app do

Re: Cakephp 1.2 Schema could not be loaded

2008-02-01 Thread Marcin Domanski
I tought that it was clear (screencast anyone ? console help?) that you have to be in the app directory so cake knows which app do you want to use ? you can specify -app and tell cake manually but otherwise - cake should guess what app are you thinking about ? not before cake 4.0 ;) And if you se

Re: Cakephp 1.2 Schema could not be loaded

2008-01-31 Thread Flash
I think I managed to solve the problem on my own Only happened because of shear fluke (no documentation tells you about this). I was in the wrong Directory in my Console. You must be situated in your Application folder in order to use "cake schema run create DbAcl". So you need change direct

Cakephp 1.2 Schema could not be loaded

2008-01-31 Thread Flash
Hi, I am suffering with Cake console problems. Apparently the command "cake acl initdb" is deprecated but Cake console (for version 6311) allows me to proceed to create the database.php file using it. When I try to use "cake schema run create DbAcl" I get the error message "Error: schema.php cou