Php 手动清除缓存后出错[symfony2]

Php 手动清除缓存后出错[symfony2],php,symfony,caching,Php,Symfony,Caching,我无法使用命令行清除缓存,因此决定手动清除缓存,但刷新页面时出现以下错误: 中的运行时异常 C:\xampp\htdocs\Symfony\vendor\Symfony\Symfony\src\Symfony\Component\Debug\DebugClassLoader.php 第258行:自动加载程序希望类“Http\Message\Formatter”为 在文件中定义 “C:\xampp\htdocs\Symfony\vendor\composer/./php http/message/

我无法使用命令行清除缓存,因此决定手动清除缓存,但刷新页面时出现以下错误:

中的运行时异常 C:\xampp\htdocs\Symfony\vendor\Symfony\Symfony\src\Symfony\Component\Debug\DebugClassLoader.php 第258行:自动加载程序希望类“Http\Message\Formatter”为 在文件中定义 “C:\xampp\htdocs\Symfony\vendor\composer/./php http/message/src\Formatter.php”。 找到文件,但类不在其中,类名或 命名空间可能有输入错误


我尝试运行此命令php
app/console cache:warmup
,但仍然有相同的错误。

我只是通过删除composer.json中的这两个包来解决此问题:

  "egeloen/google-map-bundle": "dev-master",
    "php-http/httplug-bundle": "1.3.0",
我运行
composer update

我认为问题来自php http/httplug捆绑包,但我不知道为什么