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