You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new Doctrine\Bundle\MongoDBBundle\DoctrineMongoDBBundle(),
commented out (in app/AppKernel.php).
When all's installed ok and I uncomment the line above (with DoctrineMongoDBBundle) and issue cache clean command in terminal (php app/console cache:clear) I get:
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
You have requested a non-existent parameter "mongodb_server".
Could you please give a hint on what could cause the issue?
The text was updated successfully, but these errors were encountered:
Guys, I'm facing the problem with uncommenting in app/AppKernel.php
when I have DnD-MagentoConnectorBundle installed.
My installation is a very default one:
Everything works unless you have line
commented out (in app/AppKernel.php).
When all's installed ok and I uncomment the line above (with DoctrineMongoDBBundle) and issue cache clean command in terminal (php app/console cache:clear) I get:
Could you please give a hint on what could cause the issue?
The text was updated successfully, but these errors were encountered: