我在使用Symfony 2.0.9的PropelBundle版本遇到麻煩。Symfony 2.0.9和錯誤的PropelBundle版本
ErrorException: User Deprecated: The PropelBundle uses a new branching model, you should switch to the 1.0 branch (1.0.x versions). For more information, please read: https://github.com/propelorm/PropelBundle/wiki in /home/project_path/vendor/bundles/Propel/PropelBundle/PropelBundle.php line 28
然而,在DEPS文件PropelBundle版本設置爲1.0像它在這裏reccomended:https://github.com/propelorm/PropelBundle/wiki
[PropelBundle] git=git://github.com/propelorm/PropelBundle.git target=/bundles/Propel/PropelBundle version=origin/1.0
[phing] git=git://github.com/Xosofox/phing.git target=/phing
[propel] git=git://github.com/propelorm/Propel.git target=/propel version=origin/1.0
[doctrine-fixtures] git=http://github.com/doctrine/data-fixtures.git
[DoctrineFixturesBundle] git=http://github.com/doctrine/DoctrineFixturesBundle.git target=/bundles/Symfony/Bundle/DoctrineFixturesBundle version=origin/2.0
我試圖重新安裝的廠商,但什麼都沒有改變。
編輯:由於威廉姆斯我解決了這個問題,但是現在我有這個錯誤:
./composer.phar update nothing Initializing PEAR repository http://pear.phing.info Updating dependencies Your requirements could not be resolved to an installable set of packages.
Problem 1 - The requested PHP extension ext-mongo * is missing from your system. Problem 2 - doctrine/mongodb dev-master requires ext-mongo * -> no matching package found. - doctrine/mongodb-odm-bundle dev-master requires doctrine/mongodb-odm dev-master -> satisfiable by doctrine/mongodb-odm dev-master. - doctrine/mongodb-odm dev-master requires doctrine/mongodb dev-master -> satisfiable by doctrine/mongodb dev-master. - Installation request for doctrine/mongodb-odm-bundle dev-master -> satisfiable by doctrine/mongodb-odm-bundle dev-master.
Potential causes: - A typo in the package name - The package is not available in a stable-enough version according to your minimum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
這些包都需要AdminGenerator,這我試圖安裝。
你可以在PropelBundle中檢查提交散列嗎?應該是'a712d9e4aa' – 2012-07-27 11:28:37