Actions
Bug #105786
closedConfigured backend login image not available, empty path is logged.
Start date:
2024-12-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When configuring a login background image which is not present, like
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['backend']['loginBackgroundImage'] = 'fileadmin/nonexisting.jpg';
then the following warning is logged:
The configured TYPO3 backend login background image "" can't be resolved. Please check if the file exists and the extension is activated.
Correct would be:
The configured TYPO3 backend login background image "fileadmin/nonexisting.jpg" can't be resolved. Please check if the file exists and the extension is activated.
Updated by Gerrit Code Review about 1 month 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/+/87393
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87397
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87398
Updated by Chris Müller about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset de13d6d51e287a6a8dd9b8f674ca095c06dfc85c.
Actions