Le 10/01/2011 16:04, Dator a écrit :
I tried with that

doctrine.dbal:
    default_connection:       default
    connections:
        default:
            host:   localhost
            driver:   PDOMySql
            dbname:   test
            user:     root
            password: root

I get the same error ... with the master of fabpot/symfony .

Any ideas Stof ?

Thanks

We discussed a similar problem on IRC. It seems taht both DBAL and ORM have issues with multiple connections at the moment. If you only need one connection using the short syntax will solve your problem:

doctrine.dbal:
    host: localhost
    user: root
    ...

Regards

--
Christophe | Stof

--
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