Configuring MongoDB + doctrine in Symfony

981 Views Asked by At

I was trying to install MongoDB doctrine bundle as written in here But when I ran the command

$ php bin/vendors install

It throws up the following error:

Fatal error: Call to undefined method

Doctrine\ODM\MongoDB\Configuration::setLoggerCallable()in

C:\wamp\www\Symfony\app\cache\dev\appDevDebugProjectContainer.php on line 245

I have followed the installation instructions to the word (which has not been much anyways...) and i have also double checked my installation... Is there something I am missing here?

Update : A similar problem is mentioned here, but even after following the answer there, i could not successfully configure DoctrineMongoDBBundle.

2

There are 2 best solutions below

0
On

Well, finally I managed to solve it by adding this to the deps file:

[DoctrineMongoDBBundle]
    git=http://github.com/symfony/DoctrineMongoDBBundle.git
    target=/bundles/Symfony/Bundle/DoctrineMongoDBBundle
    version=origin/2.0

** note the

version=**origin**/2.0

which is different from the previously suggested simple

version=2.0.0 or something similar...

I have a hunch that this problem occurs only on Windows, I hope someone could kindly confirm this.

3
On

The latest changes in the Doctrine MongoDB repo have introduces this problem. To stick to a version before this happened, add this line to deps.lock:

doctrine-mongodb 5ccb18231218ce92c9d72295f69bebfe172ef5fb