找不到 Symfony 奏鸣曲设置 'make_homepage' 路线
Symfony Sonata setup 'make_homepage' route not found
我正尝试按照文档安装和配置 Symfony CMF 与 Sonata CMS。在大多数情况下,除了最后一部分,您可以在编辑页面上添加一个按钮,这样您就可以将其标记为用作主索引的页面。
我一直在阅读文档并进行了此处列出的更改:http://symfony.com/doc/1.2/cmf/tutorial/make-homepage.html 但我似乎一直遇到以下错误。
An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route 'make_homepage' not found") in SonataAdminBundle:CRUD:base_edit.html.twig at line 34.
有没有其他人遇到过这个问题,如果遇到过,您是如何解决的?
在那一点你使用@Route,你必须把它放在config/routing.yml
_cms_annotation:
resource: @AcmeBasicCmsBundle/Controller/
type: annotation
我正尝试按照文档安装和配置 Symfony CMF 与 Sonata CMS。在大多数情况下,除了最后一部分,您可以在编辑页面上添加一个按钮,这样您就可以将其标记为用作主索引的页面。
我一直在阅读文档并进行了此处列出的更改:http://symfony.com/doc/1.2/cmf/tutorial/make-homepage.html 但我似乎一直遇到以下错误。
An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route 'make_homepage' not found") in SonataAdminBundle:CRUD:base_edit.html.twig at line 34.
有没有其他人遇到过这个问题,如果遇到过,您是如何解决的?
在那一点你使用@Route,你必须把它放在config/routing.yml
_cms_annotation:
resource: @AcmeBasicCmsBundle/Controller/
type: annotation