Symfony2如何修复部署内核错误

时间:2014-03-20 09:55:15

标签: php symfony deployment

您好我将我的应用部署到我的服务器,我收到了一些karnel错误。 J不知道它可以用什么,也许是资产或其他东西?

这是错误:

ParameterNotFoundException: You have requested a non-existent parameter "kernel.debug".
in /home/public_html/ProjecName/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php line 106
at ParameterBag->get('kernel.debug') in /home/public_html/ProjecName/app/bootstrap.php.cache line 1954
at Container->getParameter('kernel.debug') in /home/public_html/ProjecName/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php line 85
at FrameworkBundle->build(object(ContainerBuilder)) in /home/public_html/ProjecName/app/bootstrap.php.cache line 2557
at Kernel->prepareContainer(object(ContainerBuilder)) in /home/public_html/ProjecName/app/bootstrap.php.cache line 2537
at Kernel->buildContainer() in /home/public_html/ProjecName/app/bootstrap.php.cache line 2490
at Kernel->initializeContainer() in /home/public_html/ProjecName/app/bootstrap.php.cache line 2270
at Kernel->boot() in /home/public_html/ProjecName/app/bootstrap.php.cache line 2301
at Kernel->handle(object(Request)) in /home/public_html/ProjecName/web/app.php line 16

也许有人有类似的东西,知道如​​何解决它。

0 个答案:

没有答案