Yes I have the latest version of the symfony sandbox, PR3, and it does not work.
On 17 sep, 11:10, Henrik Bjornskov <[email protected]> wrote: > have you installed Doctrine ODM MongoDB ? > > On Sep 17, 9:56 am, spike3111 <[email protected]> wrote: > > > If I created a new instance of the new Symfony Bundle \ Bundle \ > > DoctrineMongoDBBundle \ DoctrineMongoDBBundle (), and I start the > > console hello php / console, an error message > > > C: \ Users \ Me \ Documents \ devweb \ sandsf2> hello php / console > > PHP Fatal error: Class 'Doctrine \ ODM \ MongoDB \ Tools \ Console \ > > Command \ Schema \ CreateCommand' not found in C: \ Users \ Me \ > > Documents \ devweb \ sandsf2 \ src \ vendor \ symfony \ src \ symfony > > \ Bundle \ DoctrineMongoDBBundle \ Command \ > > CreateSchemaDoctrineODMCommand.php on line 18 > > > I think that the files have just been forgotten. > > > Other problem: > > > If a try to test this: > > (fromhttp://docs.symfony-reloaded.org/guides/doctrine/mongodb-odm/overview...) > > $dm = $this->container->getService('doctrine.odm.mongodb.document_manager'); > > > $dm->persist($user); > > $dm->flush(); > > > I have an error: > > Call to undefined method helloDevDebugProjectContainer::getService. > > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
