-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Trying to import glossaries throws the following error:
Uncaught TYPO3 Exception TYPO3\CMS\Extbase\Configuration\BackendConfigurationManager::getTypoScriptSetup(): Argument #1 ($request) must be of type Psr\Http\Message\ServerRequestInterface, null given, called in /var/www/html/vendor/dmitryd/dd-deepl/Classes/Configuration/Configuration.php on line 55
thrown in file /var/www/html/vendor/typo3/cms-extbase/Classes/Configuration/BackendConfigurationManager.php
in line 146
The named line is:
dd_deepl/Classes/Configuration/Configuration.php
Lines 53 to 55 in b862b78
| public function __construct(BackendConfigurationManager $configurationManager) | |
| { | |
| $ts = $configurationManager->getTypoScriptSetup($GLOBALS['TYPO3_REQUEST']); |
This change was introduced with [FEATURE] #48: update for TYPO3 v13.
Running the command does not create a request so this command has to fail - don't it?