Bug #96063
opencustom Backend Login Logo within fileadmin breaks MAIL functionality
0%
Description
affected TYPO3 Version: 11.5.3
how to reproduce:
1) Extension Configuration -> Backend -> Login -> Logo:
set this value to a fileadmin-path, e.g. fileadmin/images/login-logo.png
2) Test Mail Setup:
fails with message:
Could not deliver mail Please verify $GLOBALS['TYPO3_CONF_VARS']['MAIL'][*] settings are valid. Error message: Resource paths must start with "EXT:"
Setting a path via EXT:my_theme/... works for mail but the image is not shown at the login from
changing the value to //domain/fileadmin/images/login-logo.png works for both, mail and login form.
Updated by Georg Ringer about 3 years ago
- Has duplicate Bug #96066: Wrong configuration hint because of changed behaviour at Install Tool Testmail added
Updated by Robert Breithuber about 3 years ago
- Subject changed from custom Backend Login Logo within fileadmin breaks MAIL functionallity to custom Backend Login Logo within fileadmin breaks MAIL functionality
Updated by Andreas Kienast almost 3 years ago
- Has duplicate Bug #96474: Error Mail if EXTENSION=>backend=>loginLogo is absolute Path added
Updated by Thomas Anders over 2 years ago
I can confirm this issue in 11.5.9
# breaks testmail functionality /fileadmin/.../logo.svg fileadmin/.../logo.svg # working EXT:myext/Resources/Public/Images/logo.svg
Updated by Thomas Sam Wittich over 2 years ago
Hi guys,
additional info:
I tried to set the login-log relative to the extension's path, so it begins with EXT:
EXT:bs_template/../../../fileadmin/Logo.png
The outcome of it is the similar to the error described in this issue, but different:
Could not deliver mail
Please verify $GLOBALS['TYPO3_CONF_VARS']['MAIL'][*] settings are valid. Error message: "EXT:bs_template/../../../fileadmin/Logo.png" is expected to be in public directory, but is not
I had been glad to find this issue to solve my problem with testing mail setup until i found it throws another error.
Thank you considering to fix this bug. (used Typo3-Version 11.5.10)
Thomas
Updated by Thomas Sam Wittich over 2 years ago
Hi guys,
i moved the Logo to the path EXT:bs_template/Resources/Public/...
So, that works.
Further, would still be great to have it fixed since
- the describtion for the backend logo settings explizitly has an example for /fileadmin/...
- the error message in the test mail setup function is totally misleading
Thank you, Thomas
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
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/+/75727
Updated by Mario Lubenka over 2 years ago
- Has duplicate Bug #97733: Test mail setup fails with resources from fileadmin added
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 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/+/75727
Updated by Gerrit Code Review over 2 years 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/+/75727
Updated by Gerrit Code Review over 2 years 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/+/75727
Updated by Gerrit Code Review almost 2 years 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/+/75727
Updated by Gerrit Code Review almost 2 years 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/+/75727
Updated by Torben Hansen almost 2 years ago
- Related to Bug #100078: Embed TYPO3 logo in SystemLayout Fluid email layout added
Updated by Sybille Peters almost 2 years ago
- Related to Bug #100081: Show correct alt text in SystemEmail if custom logo is configured added
Updated by Sybille Peters almost 2 years ago
- Related to Bug #100148: layout SystemEmail should not show URL if URL is not set added
Updated by Česlav Przywara about 1 year ago
- Has duplicate Bug #102545: Logical bug -> Extension Configuration-> Logo allows differnet sources this fails then sending sys-mails (e.g. by sys-ext form) added
Updated by Riccardo De Contardi 10 months ago
- Related to Bug #97516: Error in password reset when login.loginLogo is saved in fileadmin added
Updated by Riccardo De Contardi 8 months ago
- Related to Bug #99350: Mail for reset password has broken logo if triggered by CLI added
Updated by Riccardo De Contardi 7 months ago
- Is duplicate of Bug #98332: custom Backend Login Logo within fileadmin breaks MAIL functionality AND Login added
Updated by Riccardo De Contardi 7 months ago
- Status changed from Under Review to Closed
Updated by Riccardo De Contardi 7 months ago
- Status changed from Closed to Under Review
Updated by Peter Linzenkirchner 2 months ago
I can confirm this problem for TYPO3 12.4 and php 8.3