odiseoteam / SyliusBlogPlugin

This plugin add blog capabilities to your Sylius project.
MIT License
34 stars 18 forks source link

Template reference "SyliusUiBundle:Macro:messages.html.twig" not found #16

Closed mdhgriffiths closed 3 years ago

mdhgriffiths commented 3 years ago

I was having this issue with installation of odiseoteam/sylius-blog-plugin@v1.2 and visiting /blog/articles route:

Template reference "SyliusUiBundle:Macro:messages.html.twig" not found, did you mean "@SyliusUi/Macro/messages.html.twig" in @OdiseoSyliusBlogPlugin/Shop/Article/index.html.twig at line 3

It appears to work be updating the template reference as recommended in src/Resources/views/Shop/Article/index.html.twig.

- {% import 'SyliusUiBundle:Macro:messages.html.twig' as messages %}
+ {% import '@SyliusUi/Macro/messages.html.twig' as messages %}
bigboss86 commented 3 years ago

Solved! Thanks @mdhgriffiths