Bug #98063
closedbackend.loginLogo -> core:normalizedUrl() crashes
0%
Description
This is new with v11. v10 still runs with a path loginLogo = fileadmin/xxx/xy.png
in EXT:core email layout SystemEmail.html is called within forgot-password functionality and therein the normalizedUrl() helper.
Exception is thrown in getPublicResourceWebPath() in PathUtility.php with message "Resource paths must start with EXT:.."
I cannot really say, what the problem is here. But for EXT:backend configuration a file path for loginLogo on fileadmin/.. is no problem. Now I have to put the logo files into an extension resources folder.
The SystemEmail.html layout file seems to be the only place, where the normalizeUrl view helper is used?
Updated by Andreas Kienast over 2 years ago
- Sprint Focus set to On Location Sprint
Updated by Česlav Przywara over 2 years ago
- Is duplicate of Bug #97733: Test mail setup fails with resources from fileadmin added
Updated by Česlav Przywara over 2 years ago
I think this is the same issue as https://forge.typo3.org/issues/97733.
Updated by Riccardo De Contardi over 2 years ago
- Status changed from New to Closed
I close this issue as a duplicate of #97733 - please continue the discussion there and test the attached patch.
If you think that this is the wrong decision, please reopen it or ping me and I'll do.
Thank you