Project

General

Profile

Actions

Bug #97733

open

Test mail setup fails with resources from fileadmin

Added by Roman Büchler almost 2 years ago. Updated 12 months ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2022-06-05
Due date:
% Done:

0%

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

Description

When setting the loginLogo for the backend module without using the scheme "EXT:" some functions sending mails don't work. The behaviour has been observed when testing email delivery with the install tool (Test mail setup) or when activating email notifications on user logins (set for a be user).

`LocalConfiguration.php` that works:

'EXTENSIONS' => [
   'backend' => [
      'loginLogo' => 'EXT:my_ext/Resources/Public/Images/test.svg',
   ],
],

`LocalConfiguration.php` that doesn't work:

'EXTENSIONS' => [
   'backend' => [
      'loginLogo' => 'fileadmin/test.svg',
   ],
],

Related issues 6 (3 open3 closed)

Related to TYPO3 Core - Bug #97516: Error in password reset when login.loginLogo is saved in fileadminNeeds Feedback2022-04-29

Actions
Has duplicate TYPO3 Core - Bug #98063: backend.loginLogo -> core:normalizedUrl() crashesClosed2022-08-01

Actions
Has duplicate TYPO3 Core - Bug #98107: Login to backend fails due to not renderable email message (i.e. mail notification when user logs in)Closed2022-08-09

Actions
Has duplicate TYPO3 Core - Bug #98231: Can't login in BE because of 'loginLogo' pathClosed2022-08-30

Actions
Has duplicate TYPO3 Core - Bug #98332: custom Backend Login Logo within fileadmin breaks MAIL functionality AND LoginNew2022-09-12

Actions
Is duplicate of TYPO3 Core - Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionalityUnder Review2021-11-23

Actions
Actions #1

Updated by Gerrit Code Review almost 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #2

Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #3

Updated by Gerrit Code Review almost 2 years ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #4

Updated by Gerrit Code Review almost 2 years ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #5

Updated by Gerrit Code Review almost 2 years ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #6

Updated by Gerrit Code Review almost 2 years ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #7

Updated by Gerrit Code Review almost 2 years ago

Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #8

Updated by Gerrit Code Review almost 2 years ago

Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #9

Updated by Gerrit Code Review almost 2 years ago

Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #10

Updated by Gerrit Code Review almost 2 years ago

Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #11

Updated by Gerrit Code Review almost 2 years ago

Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #12

Updated by Gerrit Code Review almost 2 years ago

Patch set 12 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #13

Updated by Gerrit Code Review almost 2 years ago

Patch set 13 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #14

Updated by Gerrit Code Review almost 2 years ago

Patch set 14 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #15

Updated by Česlav Przywara almost 2 years ago

  • Has duplicate Bug #98063: backend.loginLogo -> core:normalizedUrl() crashes added
Actions #16

Updated by Česlav Przywara over 1 year ago

  • Has duplicate Bug #98107: Login to backend fails due to not renderable email message (i.e. mail notification when user logs in) added
Actions #17

Updated by Česlav Przywara over 1 year ago

  • Has duplicate Bug #98231: Can't login in BE because of 'loginLogo' path added
Actions #18

Updated by Česlav Przywara over 1 year ago

  • Has duplicate Bug #98332: custom Backend Login Logo within fileadmin breaks MAIL functionality AND Login added
Actions #19

Updated by Mario Lubenka over 1 year ago

  • Is duplicate of Bug #96063: custom Backend Login Logo within fileadmin breaks MAIL functionality added
Actions #20

Updated by Benni Mack about 1 year ago

  • TYPO3 Version changed from 12 to 11
Actions #21

Updated by Gerrit Code Review about 1 year ago

Patch set 15 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #22

Updated by Gerrit Code Review 12 months ago

Patch set 16 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #23

Updated by Gerrit Code Review 12 months ago

Patch set 17 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #24

Updated by Gerrit Code Review 12 months ago

Patch set 18 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #25

Updated by Gerrit Code Review 12 months ago

Patch set 19 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/74821

Actions #26

Updated by Riccardo De Contardi about 1 month ago

  • Related to Bug #97516: Error in password reset when login.loginLogo is saved in fileadmin added
Actions

Also available in: Atom PDF