Is the GitHub sandbox broken? I have the same problem here with the
latest pull.

> php app/console doctrine:database:create

  [InvalidArgumentException]
  Could not find any configured connections

My config.yml is:
doctrine.dbal:
    driver:   PDOMySql
    dbname:   symfony2test
    user:     root
    password: null

The same configuration settings work fine with sandbox PR4 .zip file.

Running on Windows XP.

On Jan 9, 2:43 pm, Dator <[email protected]> wrote:
> Hi,
>
> I tried to run :
>
> php app/console doctrine:database:drop
>
> But i get this error:
>
> [InvalidArgumentException]
>   Could not find any configured connections
>
> Here is my configuration( DBAL )
>
> ## Doctrine Configuration
> doctrine.dbal:
>     dbname:   test
>     user:     root
>     password: root
>
> If i try :
>
> doctrine.dbal:
>     connections:
>         default:
>             dbname:   test
>             user:     root
>             password: root
>
> Same error with this.
>
> I use fabpot github repo and all the files are updated (thanks to git
> submodule)
>
> Anyone has an idea ?
>
> Thanks a lot
>
> Clément

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" 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/symfony-devs?hl=en

Reply via email to