我刚刚运行了作曲家更新,现在当我尝试访问我的网站时,我收到此错误:
SecurityController.php第28行中的ClassNotFoundException:尝试从命名空间“Symfony \ Bundle \ FrameworkBundle \ Controller”加载类“AbstractController”。您是否忘记了另一个命名空间的“use”语句?
当我进入vendor / friendsofsymfony / user-bundle / Controller / SecurityController.php时,即使PHPStorm现在告诉我“Undefined class AbstractController”......
“AbstractController”发生了什么,我如何让我的应用程序再次运行?我在网上搜索过,发现有一个人有同样的问题,但没有解决。 https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2678
我有同样的问题。我在composer.json中设置了以下一行中的require:“friendsofsymfony / user-bundle”:“~2.0”,之后我做了一个作曲家更新,并且有效。