Symfony 2 / Sonata / 电子商务路线问题
Symfony 2 / Sonata / E-commerce routes issue
安装带有电子商务捆绑包的索纳塔捆绑包后,我在后端得到了这个
An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route 'admin_app_commerce_customer_list' not found") in SonataAdminBundle:Block:block_stats.html.twig at line 25.
似乎缺少路线,但我在相关文档中找不到任何内容。文档中的所有路由均已设置。
问题出在缓存中...我错过了,因为作曲家在捆绑包安装后清除了缓存...但似乎有些部分留在缓存中。我手动删除缓存后...一切正常
安装带有电子商务捆绑包的索纳塔捆绑包后,我在后端得到了这个
An exception has been thrown during the rendering of a template ("None of the chained routers were able to generate route: Route 'admin_app_commerce_customer_list' not found") in SonataAdminBundle:Block:block_stats.html.twig at line 25.
似乎缺少路线,但我在相关文档中找不到任何内容。文档中的所有路由均已设置。
问题出在缓存中...我错过了,因为作曲家在捆绑包安装后清除了缓存...但似乎有些部分留在缓存中。我手动删除缓存后...一切正常