user1444891
user1444891

Reputation: 1

Symfony2 Sonta Admin bundle doesn't work

So I have been working with the sonata admin bundle the last two days. I have followed the instructions exactly @ http://sonata-project.org/bundles/admin/2-0/doc/reference/installation.html

This is the error I am getting:

[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException] You have requested a non-existent parameter "doctrine.connections".

I have yet found one bundle for symfony 2 that works with following there documentation. Its frustrating but i have no choice but to use symfony2.

Upvotes: 0

Views: 485

Answers (1)

jfraser
jfraser

Reputation: 310

I had the same issue and removing "version=origin/2.0" from my deps file for all the Sonata bundles fixed the issue after running the update vendors script.

Upvotes: 0

Related Questions