'Symfony\Component\ClassLoader\ClassCollectionLoader' 在 /xxxx/xxxx/xxxx/app/bootstrap 中找不到。php.cache
'Symfony\Component\ClassLoader\ClassCollectionLoader' not found in /xxxx/xxxx/xxxx/app/bootstrap.php.cache
最近我正在将我的 Symfony 2 项目从“2.3”更新到“2.8”
我得到
'Symfony\Component\ClassLoader\ClassCollectionLoader' not found in /xxxx/xxxx/xxxx/xxxx/bootstrap.php.cache
当我的 Ckfinder 试图调用 Symfony\Component\HttpKernel\Kernel->doLoadClassCache()
这些是我试过的:
- 正在清除生产缓存
- 使用 composer
构建新的 bootstrap 文件
- 使用 composer 更新依赖项
我最近发现 ckfinder 的 config.php 不包括 app/autoload.php
。谢谢。
最近我正在将我的 Symfony 2 项目从“2.3”更新到“2.8”
我得到
'Symfony\Component\ClassLoader\ClassCollectionLoader' not found in /xxxx/xxxx/xxxx/xxxx/bootstrap.php.cache
当我的 Ckfinder 试图调用 Symfony\Component\HttpKernel\Kernel->doLoadClassCache()
这些是我试过的:
- 正在清除生产缓存
- 使用 composer 构建新的 bootstrap 文件
- 使用 composer 更新依赖项
我最近发现 ckfinder 的 config.php 不包括 app/autoload.php
。谢谢。