I've made a pull request: https://github.com/fabpot/symfony/pull/381
<https://github.com/fabpot/symfony/pull/381>The DB connection services were marked as private. That's why you couldn't access them (and neither the Doctrine commands). On Mon, Jan 10, 2011 at 5:53 PM, taidehuone <[email protected]> wrote: > I am no regex expert but I took a look at the latest commits for symfony2 > and very quickly stumbled upon this, dated 6th of January: > > > https://github.com/symfony/symfony/commit/7ca046bfb596478a2fc9abd1f897b57f1c65cc12 > > I'm not sure if it could lead us to the root of the problem, but the > changed line is exactly the same line which I commented out earlier today to > manually try to feed the database connection to doctrine2. I'm not on my dev > machine now to play around with it though. But it confirms that there have > been very recent changes to the doctrine command line task. I didn't look > any further than that commit in the repository so there may be more. > > > On Mon, Jan 10, 2011 at 3:38 PM, Gustavo Adrian < >> [email protected]> wrote: >> >>> I'm having the same problem. It was working two days ago before updating >>> my vendors. Was anything changed concerning the doctrine connection >>> configuration? I was using: >>> >>> doctrine.dbal: >>> dbname: mydb >>> user: myuser >>> password: mypassword >>> >> -- > 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 users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?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 users" 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-users?hl=en
