Project

General

Profile

Bug #93569

Updated by Ralf Zimmermann about 3 years ago

Since #93442 (https://review.typo3.org/c/Packages/TYPO3.CMS/+/67648) the console command <pre>bin/typo3 extension:activate xxx</pre> fails with the following error 

 <pre> 
 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 
 </pre> 

 Tested with completely new TYPO3 instances (empty 'var/' directory and so on).

Back