Ok, nobody answer... but I have tested again with Eclipse's console and it works ! I don't understand why there is an issue with Windows CLI...
On 8 sep, 14:56, avairet <[EMAIL PROTECTED]> wrote: > Hi, > > When I launch "cake schema run create DbAcl -connection club" on a > CLI, tables Aros, Acos, Acos_Aros are not created because my "- > connection club" setting is not conserved... > > If I make a "var_dump($this->Schema)" on line 254 of "/cake/console/ > libs/schema.php", my "club" setting is OK in "connection" parameter of > $this->Schema. > > But if I make a "var_dump($Schema)" on line 256 after "$Schema = > $this->Schema->load($options);", the "connection" parameter contain > > "default" and not "club" ?!! > > Is it a bug or do I something wrong? > > Thank's by advance for your suggestions. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
