Symfony2.0.15 Doctrine-Fixtures Windows命令行致命错误

时间:2012-06-03 21:44:06

标签: php windows symfony doctrine-orm

最近开始玩S2,很棒的东西!前一段时间开始在线Symfony2 Blog tutorial,但是我被困在了Doctrine Data Fixtures生成的页面上,

以下是我在控制台中执行php app/console doctrine:fixtures:load时收到的消息:

  

致命错误:第40行的C:\ xampp \ htdocs \ blog-sf2 \ vendor \ bundles \ Doctrine \ Bundle \ FixturesBundle \ Command \ LoadDataFixturesDoctrineCommand.php中找不到类'Doctrine \ Bundle \ DoctrineBundle \ Command \ DoctrineCommand'

我真的被困在它上面而且我正在运行 Windows 7 ,所以无法真正使用deps文件从旧版本中拉出依赖项(或者我可以以某种方式?),

我已经下载了最新版本的FixtureBundles和DoctrineFixtures。

非常感谢对此有任何帮助!

1 个答案:

答案 0 :(得分:2)

我认为你需要阅读the installation documentation of this bundle for the 2.0 branch 你真的没有“使用deps”文件。 bin / vendors脚本使用它,并使用git。所以你需要做的“使用deps”是安装git(顺便说一下,安装git-bash,你会得到一个更好的终端)。