Project

General

Profile

Actions

Bug #96474

closed

Error Mail if EXTENSION=>backend=>loginLogo is absolute Path

Added by Matthias Buchegger over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Mailer API
Target version:
-
Start date:
2022-01-06
Due date:
% Done:

0%

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

Description

Version: 11.5.4

It needed time to find the issue but found now a bug I can't really understand.

I got an error testing to send a mail:

Could not deliver mail
Please verify $GLOBALS['TYPO3_CONF_VARS']['MAIL'][*] settings are valid. Error message: Resource paths must start with "EXT:" 

All paths were correct, a tryout in another installation with same settings had no issue.
So I started to rebuild the whole system and tried step by step to send mails. It stopped when I set the Backend-Settings:

'backend' => [
    'backendFavicon' => 'medien/marketing/XXX_favicon.png',
    'backendLogo' => 'medien/marketing/XXX_logo-t3.png',
    'loginBackgroundImage' => 'EXT:site_xxx/Resources/Public/Images/XXX_Pressefoto-36_web.jpg',
    'loginFootnote' => '© 2021 by XXX',
    'loginHighlightColor' => '#d91882',
    *'loginLogo' => 'medien/marketing/XXX_logo-t3-login.png',*
    'loginLogoAlt' => 'Testsite',
]

It broke when I set the 'loginLogo' to an absolute path. It works with EXT: and //domain.io/path – that's why there was no error in the other system.


Files


Related issues 1 (1 open0 closed)

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

Actions
Actions #1

Updated by Andreas Kienast about 2 years ago

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

Updated by Andreas Kienast about 2 years ago

  • Status changed from New to Closed

Thank you for your report. This is a duplication of #96063, thus I'll close this ticket.

Kind regards
Andreas

Actions

Also available in: Atom PDF