';Symfony\Component\ClassLoader\ClassCollectionLoader';在/xxxx/xxxx/xxxx/app/bootstrap.php.cache中找不到

';Symfony\Component\ClassLoader\ClassCollectionLoader';在/xxxx/xxxx/xxxx/app/bootstrap.php.cache中找不到,php,symfony,ckfinder,Php,Symfony,Ckfinder,最近,我正在将我的Symfony 2项目从“2.3”更新为“2.8” 我要走了 在/xxxx/xxxx/xxxx/xxxx/bootstrap.php.cache中找不到'Symfony\Component\ClassLoader\ClassCollectionLoader' 当我的Ckfinder试图调用Symfony\Component\HttpKernel\Kernel->doLoadClassCache() 以下是我尝试过的: 清除生产缓存 使用composer构建新的引导文件 使用co

最近,我正在将我的Symfony 2项目从“2.3”更新为“2.8”

我要走了

在/xxxx/xxxx/xxxx/xxxx/bootstrap.php.cache中找不到'Symfony\Component\ClassLoader\ClassCollectionLoader'

当我的Ckfinder试图调用
Symfony\Component\HttpKernel\Kernel->doLoadClassCache()

以下是我尝试过的:

  • 清除生产缓存
  • 使用composer构建新的引导文件
  • 使用composer更新依赖项

  • 我最近发现ckfinder的config.php不包括
    app/autoload.php
    。谢谢。

    那么将
    app/autoload.php
    添加到
    config.php
    会有帮助吗?