Project

General

Profile

Actions

Bug #104661

closed

Install tool: TYPO3\CMS\Core\Utility\ExtensionManagementUtility::$packageManager must not be accessed before initialization

Added by Christian Weiske 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2024-08-19
Due date:
% Done:

0%

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

Description

I tried to install a fresh composer-based 12.4.19 TYPO3 installation and when accessing the install tool at /typo3/install/ I get errors in the PHP 8.3 error log:

PHP message: PHP Fatal error:  Uncaught Error:
 Typed static property TYPO3\CMS\Core\Utility\ExtensionManagementUtility::$packageManager must not be accessed before initialization
 in /var/www/typo3/vendor/typo3/cms-core/Classes/Utility/ExtensionManagementUtility.php:111
Stack trace:
#0 /var/www/typo3/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php(2613): TYPO3\CMS\Core\Utility\ExtensionManagementUtility::resolvePackagePath()
#1 /var/www/typo3/vendor/typo3/cms-core/Classes/Controller/ErrorPageController.php(46): TYPO3\CMS\Core\Utility\GeneralUtility::getFileAbsFileName()
#2 /var/www/typo3/vendor/typo3/cms-core/Classes/Utility/GeneralUtility.php(2985): TYPO3\CMS\Core\Controller\ErrorPageController->__construct()
#3 /var/www/typo3/vendor/typo3/cms-core/Classes/Error/ProductionExceptionHandler.php(63): TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance()
#4 /var/www/typo3/vendor/typo3/cms-core/Classes/Error/AbstractExceptionHandler.php(77): TYPO3\CMS\Core\Error\ProductionExceptionHandler->echoExcepti...

Actions

Also available in: Atom PDF