Project

General

Profile

Actions

Bug #98231

closed

Can't login in BE because of 'loginLogo' path

Added by Christian Toffolo over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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?


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #97733: Test mail setup fails with resources from fileadminUnder Review2022-06-05

Actions
Actions #1

Updated by Oliver Hader over 1 year ago

  • Status changed from New to Needs Feedback

What's the exact TYPO3 v11 version that is used currently?

Actions #2

Updated by Christian Toffolo over 1 year ago

TYPO3 11.5.16-dev

Actions #3

Updated by Česlav Przywara over 1 year ago

  • Is duplicate of Bug #97733: Test mail setup fails with resources from fileadmin added
Actions #4

Updated by Česlav Przywara over 1 year ago

This is a known issue, see: https://forge.typo3.org/issues/97733

Actions #5

Updated by Riccardo De Contardi over 1 year 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

Actions

Also available in: Atom PDF