小编Edw*_*nke的帖子

您已要求不存在的服务"模板化"

我正在尝试使用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)

这是崩溃的地方.

php symfony

5
推荐指数
2
解决办法
5448
查看次数

标签 统计

php ×1

symfony ×1