Re: [symfony-users] Re: Bug using MongoDB?

2011-03-10 Thread Jonathan Wage
Hi, Can I see your configuration? - Jon On Wed, Mar 9, 2011 at 11:17 AM, HiDDeN davidmoralesmoj...@gmail.comwrote: It seems this is occuring when using Memcache as the metadata cache. On 9 mar, 11:43, HiDDeN davidmoralesmoj...@gmail.com wrote: I have just downloaded the PR7 version of

[symfony-users] Re: Bug using MongoDB?

2011-03-10 Thread HiDDeN
Hi Jon, of course: doctrine_mongo_db: server: mongodb://localhost:27017 default_database: my_db mappings: MyBundle: ~ options: connect: true metadata_cache_driver: type: memcache class: Doctrine\Common\Cache\MemcacheCache host: localhost

[symfony-users] Re: Bug using MongoDB?

2011-03-09 Thread HiDDeN
It seems this is occuring when using Memcache as the metadata cache. On 9 mar, 11:43, HiDDeN davidmoralesmoj...@gmail.com wrote: I have just downloaded the PR7 version of Symfony2, and tried to create a schema for MongoDB, and I got this error: php app/console doctrine:mongodb:schema:create