Project

General

Profile

Actions

Bug #104825

closed

Configure ViewFactory for InstallTool

Added by Simon Praetorius about 2 months ago. Updated 5 days ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2024-09-04
Due date:
% Done:

100%

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

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';

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #104773: Implement and use a core ViewFactoryInterfaceClosed2024-08-29

Actions
Actions #1

Updated by Gerrit Code Review about 2 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

Actions #2

Updated by Simon Praetorius about 2 months ago

  • Related to Feature #104773: Implement and use a core ViewFactoryInterface added
Actions #3

Updated by Simon Praetorius about 2 months ago

  • Description updated (diff)
Actions #4

Updated by Gerrit Code Review 27 days 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

Actions #5

Updated by Simon Praetorius 27 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack 5 days ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF