Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试访问Symfony/web/app_dev.php,但它会产生以下错误:
Symfony/web/app_dev.php
致命错误:在第 35 行的 /var/www/wowddds.com/public_html/Symfony/app/autoload.php 中找不到类 'Doctrine\Common\Annotations\AnnotationRegistry'
请指导我。
是的,它是新鲜的,安装!
这个错误可能是由某些版本的 php 造成的,例如 php 5.4.4,但从 5.4.9 开始,这个错误就消失了。
我建议您将 php 更新到最新版本。
希望这有帮助。
在 symfony3 上,这是由于缺少供应商造成的。尝试composer install或composer update;)
composer install
composer update