Actions
Task #84050
closedLog warning if configured backend login logo could not be resolved
Start date:
2018-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Problem/Description¶
As an integrator it's hard to find the problem if the configured loginLogo (EXT:backend extConf) isn't working. There are no infos about what goes wrong.
ToDo(s)¶
- Log error, if loginLogo is set, but
$this->getUriForFileName()
returns an empty string for the resulting image resource and inform the TYPO3 intergrator, that the path couldn't be resolved OR the extension isn't loaded (especially theEXT:
sytax)- Throwing an error isn't possible – breaks the backend – and editing the path via EM isn't possible anymore.
Acceptance Criteria¶
- An TYPO3 Admin/Integrator get some information, if loginLogo couldn't be resolved.
Actions