无法为命名路由 admin_sonata_classification_category_create 生成 URL
Unable to generate a URL for the named route admin_sonata_classification_category_create
我已完成安装分类包,但出现此错误:
呈现模板期间抛出异常("Unable to generate a URL for the named route "admin_sonata_classification_category_create“因为这样的路由不存在。”)在 SonataAdminBundle:Block:block_admin_list.html.twig 中第 39 行。
ps: 我用过这个 steps : https://sonata-project.org/bundles/classification/2-2/doc/reference/installation.html
在一个新项目中,我遇到了同样的问题。我在 routing.yml 文件
中放入以下代码时修复了它
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
除了 Alexandre T 的回答:我完整的 routing.yml 文件如下所示。
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
prefix: /admin
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
我已完成安装分类包,但出现此错误:
呈现模板期间抛出异常("Unable to generate a URL for the named route "admin_sonata_classification_category_create“因为这样的路由不存在。”)在 SonataAdminBundle:Block:block_admin_list.html.twig 中第 39 行。
ps: 我用过这个 steps : https://sonata-project.org/bundles/classification/2-2/doc/reference/installation.html
在一个新项目中,我遇到了同样的问题。我在 routing.yml 文件
中放入以下代码时修复了它_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin
除了 Alexandre T 的回答:我完整的 routing.yml 文件如下所示。
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
prefix: /admin
_sonata_admin:
resource: .
type: sonata_admin
prefix: /admin