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::getDoctrineConnections() 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
