liip / LiipThemeBundle

Provides theming support for Symfony bundles
MIT License
290 stars 76 forks source link

Unable to find template "register_content.html.twig|myTheme" in @FOSUser/Registration/register.html.twig at line 4. #160

Closed nicosomb closed 7 years ago

nicosomb commented 7 years ago

Hello,

We use LiipThemeBundle (1.4.3) and FOSUserBundle (2.0.x-dev, 694e6d3). Since this commit in FOSUserBundle, I have this error:

Unable to find template "register_content.html.twig|myTheme" in @FOSUser/Registration/register.html.twig at line 4.

Before this commit, in the locate() method of Liip\ThemeBundle\Locator\FileLocator, I have @FOSUserBundle/Resources/views/Registration/register.html.twig in $name. After this commit, I have "views/register_content.html.twig".

That's why I don't have the good behavior in my application.

oleg-andreyev commented 7 years ago

Please correct link to FOSUserBundle

nicosomb commented 7 years ago

Done

nicosomb commented 7 years ago

I think it's related to https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2376. I close here.