Hello Symfony Users, I set up a symfony project with the standard edition and symfony version 2.0.0BETA1 a few weeks ago. I also use the DoctrineMongoDBBundle.
My Problem: Since I run the bin/vendors.sh script yesterday my application is broken and I'm not able to resolve the dependencies of the application and vendors. Since the old vendor script updates in most cases to the newest version and doesn't stick to a certain commit or tag all repositories automatically got updated to the newest version, e.g. Symfony updated to BETA2. Now I have vendors in different states installed, which does not fit together. Whatever version combination and configuration I try, there is always some class or service missing. This could be a reason: Symfony BETA2 depends on doctrine-commons 3.0.x while I'm not able to get the doctrine-mongodb-odm running with that version of the doctrine-commons, I guess it depends on some older version of doctrine-commons. I already did hours of fixing and trying to run my app with both BETA1 and BETA2. However I fail to run it with BETA2 and since I don't what specific commits to use for my vendors to go back to the former state, I also fail to restore the vendors for BETA1 (I have an entry "vendors/*" in my .gitignore). So maybe you can help me, if you are also using Symfony2 with MongoDB: - Is anybody able to use the DoctrineMongoDBBundle in Symfony2 BETA2? If yes, could you post your 2.0.0BETA2.deps file with the commits you use? - If you are still working with DoctrineMongoDBBundle and Symfony2 BETA2: How did you set up the bin/vendors.sh file or bin/2.0.0BETA1.dep file to keep your vendors in sync? Thanks in advance for your responses! -- 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 symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en