我正在尝试使用FOSOAuthServerBundle来运行我的项目运行symfony 3.4.0
模板似乎缺失但我在谷歌上找不到任何关于它的东西.知道它可能是什么?树枝正在完美地工作
我已经清除缓存从3.4.1降级到3.4.0
AuthorizeController.php>
return $this->container->get('templating')->renderResponse(
'FOSOAuthServerBundle:Authorize:authorize.html.'.$this->container->getParameter('fos_oauth_server.template.engine'),
array(
'form' => $form->createView(),
'client' => $this->getClient(),
)
);
Run Code Online (Sandbox Code Playgroud)
这是崩溃的地方.