I am new to Symfony2 and facing this problem while generating my Admin Panel.
An exception has been occurred during the rendering of a template ("The block type sonata.Admin.block.admin_list does not exist") in SonataAdminBundle:Core:dashboard.html.twig at line 35
I am following this documentation Sonata Admin Bundle.
You have to specify all blocks in app/config/config.yml like in this answer
sonata_block:
default_contexts: [cms]
blocks:
sonata.user.block.menu:
sonata.user.block.account:
sonata.block.service.text:
sonata.admin.block.admin_list:
contexts: [admin]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With