【发布时间】:2012-07-31 08:17:03
【问题描述】:
我关注the tutorial。当我使用命令时
php app/console doctrine:fixtures:load
然后我得到一个错误
C:\wamp\www\Symfony>php app/console doctrine:fixtures:load
'stty' is not recognized as an internal or external command,
operable program or batch file.
[RuntimeException]
The autoloader expected class "Symfony\Bundle\DoctrineFixturesBundle\DoctrineF
ixturesBundle" to be defined in file "C:\wamp\www\Symfony\app/../vendor/bundles\
Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle.php". The file was
found but the class was not in it, the class name or namespace probably has a ty
po.
我是 symfony2 的新手。
【问题讨论】:
-
你使用的是什么版本的 Symfony2?