php和symfony中的漂亮菜鸟。
得到了不是来自HTACCESS或其他可能性的错误500(我认为不是)。
激活调试模式后,我得到了:
解析错误:语法错误,意外的“最终”(T_STRING),在/home/giovannizk/shop/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php中的预期捕获(T_CATCH)
是:
/**
* {@inheritdoc}
*/
public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true)
{
$this->boot();
++$this->requestStackSize;
$this->resetServices = true;
try {
return $this->getHttpKernel()->handle($request, $type, $catch);
} finally {
--$this->requestStackSize;
}
}
因为我不知道要更改什么,还害怕破坏所有东西,所以还没有尝试