在安装了带有电子商务包的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. 似乎没有路线,但我在文档中找不到任何与此相关的东西。所有来自文档的路线都设置好了。
发布于 2015-11-30 17:12:29
问题在于缓存.我错过了,因为composer在包installation...but之后清除了缓存,似乎有些部分留在了缓存中。在我手动删除之后,cache...all就可以了。
https://stackoverflow.com/questions/34003622
复制相似问题