Bug #104825
closedConfigure ViewFactory for InstallTool
100%
Description
Currently, the new ViewFactory seems to not be configured properly for the minimal DI of the InstallTool. This is reproducible by:
- enabling InstallTool
- configuring email notifications for InstallTool logins
- logging in to the InstallTool
During the login, the InstallTool attempts to send the notification via FluidEmail
, which requires the new ViewFactory
.
Cannot instantiate interface TYPO3\CMS\Core\View\ViewFactoryInterface
Configuration necessary to trigger the error:
$GLOBALS['TYPO3_CONF_VARS']['BE']['warning_email_addr'] = 'user@example.com'; $GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailFromAddress'] = 'user@example.com';
Updated by Gerrit Code Review 3 months ago
- Status changed from Accepted 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/+/85894
Updated by Simon Praetorius 3 months ago
- Related to Feature #104773: Implement and use a core ViewFactoryInterface added
Updated by Gerrit Code Review 2 months ago
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/+/85894
Updated by Simon Praetorius 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 266272c12be8bf0d25658cea61cf83e058a0a053.