avanzu / AdminThemeBundle

Admin Theme based on the AdminLTE Template for easy integration into symfony
MIT License
281 stars 149 forks source link

Unable to find template "AvanzuAdminThemeBundle:layout:default-layout.html.twig" #232

Open Manalro opened 6 years ago

Manalro commented 6 years ago

I followed the installation instructions step by step, yet when I tried to check if the template was succesfully installed first I got this error : " You have requested a non-existent parameter "templating.engines" " , so I added the templating section to the comfig.yml ( which should have been mentionned in the doc but is not ) and I launched the server once again and I got this error : Unable to find template "AvanzuAdminThemeBundle:layout:default-layout.html.twig" (looked into: C:\wamp64\www\webis-symfony\webis\app/Resources/views, C:\wamp64\www\webis-symfony\webis\vendor\symfony\symfony\src\Symfony\Bridge\Twig/Resources/views/Form) in base.html.twig at line 1.

Debug info

Component Version
Symfony version Symfony 3.4
AdminThemeBundle 1.3.5
Operating System Windows 10
kevinpapst commented 6 years ago

See PR #216 - this bundle uses a deprecated twig syntax which fails for 3.4.