Symfony 2 / Sonata /电子商务路线问题

时间:2015-11-30 16:44:47

标签: symfony e-commerce sonata

在使用电子商务捆绑包安装Sonata Bundles之后,我在后端获得了这个

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. 

似乎缺少路线,但我无法在与此相关的文档中找到任何内容。文档中的所有路径都已设置。

1 个答案:

答案 0 :(得分:0)

问题出现在缓存中...我错过了,因为作曲家在捆绑安装后清除了缓存......但似乎有些部分仍然在缓存中。手动删除缓存后...一切正常。