Bug #98231
closedCan't login in BE because of 'loginLogo' path
0%
Description
After upgrade to 11 LTS I couldn't login in BE because of error:
Resource paths must start with "EXT:"
TYPO3 is trying to send the login alert email but I set:
'loginLogo' => '/fileadmin/user_upload/Logo.svg'
that's not an public resource path and NormalizedUrlViewHelper uses PathUtility::getPublicResourceWebPath.
I need the logo in fileadmin so the editors can use it as image on the website.
Why can't NormalizedUrlViewHelper use PathUtility::getAbsoluteWebPath instead?
Updated by Oliver Hader over 2 years ago
- Status changed from New to Needs Feedback
What's the exact TYPO3 v11 version that is used currently?
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
This is a known issue, see: https://forge.typo3.org/issues/97733
Updated by Riccardo De Contardi over 2 years ago
- Status changed from Needs Feedback 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