I concur. GitHub shows a number of related files being updated a few days ago.
Unfortunately I just started out with Symfony2 and I haven't been able to figure out how to patch it up yet -- let alone implement a "proper" fix. Please respond to this thread if you make any forward progress. I'll keep working on it as well. On Jan 10, 9:13 am, Ruudk <[email protected]> wrote: > I got the same problem. I looked into it and I think I know the problem. > > The two commands (create & drop) use this function to get the connection: > > Symfony\Bundle\DoctrineBundle\Command\DoctrineCommand::getDoctrineConnectio > ns() > > That function looks in the container::getServiceIds() > for doctrine\.dbal\.(.*)_connection but that does not exists. The > getServiceIds() function checks for get*Services functions in the > appDevDebugProjectContainer. > > The problem is that there is no getDoctrineDbalDefaultConnectionService() > function. -- 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
