Actions
Bug #93569
closedconsole command 'extension:activate' throws error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2021-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since #93442 (https://review.typo3.org/c/Packages/TYPO3.CMS/+/67648) the console command
bin/typo3 extension:activate xxxfails with the following error
Uncaught TYPO3 Exception Too few arguments to function TYPO3\CMS\Core\ExpressionLanguage\ProviderConfigurationLoader::__construct(), 0 passed in /some/path/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3222 and exactly 2 expected thrown in file /some/path/typo3/sysext/core/Classes/ExpressionLanguage/ProviderConfigurationLoader.php in line 35
Tested with completely new TYPO3 instances (empty 'var/' directory and so on).
Actions