我在一个项目上运行SensioLabs Insights,但它不断给我一个A Symfony application should be bootable
的警告。我无法达成共识,在我的本地环境,测试,舞台和制作方面一切正常。
Fatal error detected on file "app/AppKernel.php" at line 22 with message:
"Uncaught Error: Class 'Snc\RedisBundle\SncRedisBundle' not found in /home/foobar/code/app/AppKernel.php:22
Stack trace:
#0 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(430): AppKernel->registerBundles()
#1 /home/foobar/code/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(130): Symfony\Component\HttpKernel\Kernel->initializeBundles()
#2 /home/foobar/code/app/InsightAppKernel.php(15) : eval()'d code(7): Symfony\Component\HttpKernel\Kernel->boot()
#3 /home/foobar/code/app/InsightAppKernel.php(15): eval()
#4 {main}
thrown"
我尝试了https://insight.sensiolabs.com/what-we-analyse/symfony.application_not_bootable中描述的相同要求,但没有运气。由于某种原因,它只是不会检测到捆绑。
有什么想法吗?