Closed Ziiweb closed 10 years ago
Hi, I am also getting same issue.
The problem is sonata-admin bundle has sonata-core bundle dependency
"sonata-project/core-bundle": "~2.2@dev",
which installs sonata-core latest release 2.2.2. but in sonata-core releases view folder is missing
SonataCoreBundle/Resources/views/
https://github.com/sonata-project/SonataCoreBundle/tree/2.2.2/Resources
but view folder is there in master branch
https://github.com/sonata-project/SonataCoreBundle/tree/master/Resources
This should be released so that sonata-admin will work.
I just create a 2.2.4 tag which should solve this issue.
Hi,
Im getting this error message:
Unable to find template "SonataCoreBundle:FlashMessage:render.html.twig" in SonataAdminBundle::standard_layout.html.twig at line 188.
I have reinstalled all my vendors, but the error is the same..
This is my composer.json and my config.yml: