Actions
Bug #90431
closedInvalidTemplateResourceException for fluid emails send from EXT:install
Start date:
2020-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When logging into standalone install tool, with activated email delivery, the following exception is thrown:
(1/1) #1257246929 TYPO3Fluid\Fluid\View\Exception\InvalidTemplateResourceException Tried resolving a template file for controller action "Standard->Security/InstallToolLoginAttempt" in format ".html", but none of the paths contained the expected template file (Standard/Security/InstallToolLoginAttempt.html). The following paths were checked: /home/daniels/Projects/own/website-typo3/project/private/typo3/sysext/core/Resources/Private/Templates/Email/, /home/daniels/Projects/own/website-typo3/project/private/typo3/sysext/backend/Resources/Private/Templates/Email/
The reason is that paths for EXT:install, which provides templates, are not added to $GLOBALS['TYPO3_CONF_VARS']['MAIL'].
Updated by Daniel Siepmann almost 5 years ago
- Status changed from New to Closed
Fixed in current master.
Actions