Hello, I do experience the the same problem, after following the tutorials and configurations as provided in:
http://docs.symfony-reloaded.org/master/guides/doctrine The dbal connection itself seems to work. When I manually create a a table in the database and then place the following code in a controller: $conn = $this->get('database_connection'); $users = $conn->fetchAll('SELECT * FROM test'); everything works as expected and $users contains the results from the query. Any hint on where the problem could be would be really appreciated. Thanks, Daniel -- 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 symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en