Tagged Questions
1
vote
2answers
591 views
What version of doctrine-mongodb-odm should I use with Symfony2 v2.0.12?
After some trial and error (ok, just error) I figured out that c089b69c3d contained something that broke my code, causing
Fatal error: Interface 'Doctrine\Common\Persistence\Proxy' not found
but ...
0
votes
2answers
528 views
Configuring MongoDB + doctrine in Symfony
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 ...
11
votes
1answer
3k views
DoctrineMongoDBBundle getting a fatal error in Symfony2
I'm following the directions here:
http://symfony.com/doc/2.0/bundles/DoctrineMongoDBBundle/index.html
I have installed deps:
#deps
[doctrine-mongodb]
git=http://github.com/doctrine/mongodb.git
...