Update your symfony lib. The fix was merged today so it should be working now.
On Mon, Jan 10, 2011 at 2:35 PM, Gilles Fabio <[email protected]>wrote: > Hi there, > > I got the same problem but the short syntax does not solve it, > unfortunately. > > doctrine.dbal: > host: localhost > user: root > ... > > This not works. > > It's probably a bug in Symfony/Bundle/DoctrineBundle/ > DependencyInjection/DoctrineExtension. > > Regards, > Gilles > > On 10 jan, 18:16, Christophe COEVOET <[email protected]> wrote: > > 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]<symfony-devs%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- 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
