You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TYPO3 Exception in list module on root level after upgrade to version 3.0.0.
Glossary functionality is not used. Upgrade wizard is not available.
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Trying to access array offset on value of type null in /var/www/html/private/typo3conf/ext/wv_deepltranslate/Classes/Hooks/ButtonBarHook.php line 40
in /var/www/html/private/typo3/sysext/core/Classes/Error/ErrorHandler.php line 137
}
$message = self::ERROR_LEVEL_LABELS[$errorLevel] . ': ' . $errorMessage . ' in ' . $errorFile . ' line ' . $errorLine;
if ($errorLevel & $this->exceptionalErrors) {
throw new Exception($message, 1476107295);
}
$message = $this->getFormattedLogMessage($message);
at TYPO3\CMS\Core\Error\ErrorHandler->handleError(2, 'Trying to access array offset on value of type null', '/var/www/html/private/typo3conf/ext/wv_deepltranslate/Classes/Hooks/ButtonBarHook.php', 40)
in /var/www/html/private/typo3conf/ext/wv_deepltranslate/Classes/Hooks/ButtonBarHook.php line 40
'uid,module'
);
if (
$page['module'] === 'glossary'
&& $this->getBackendUserAuthentication()
->check('tables_modify', 'tx_wvdeepltranslate_glossaryentry')
) {
$parameters = $this->buildParamsArrayForListView($page['uid']);
at WebVision\WvDeepltranslate\Hooks\ButtonBarHook->getButtons(array('buttons' => array('left' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton))), 'right' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\HelpButton))))), object(TYPO3\CMS\Backend\Template\Components\ButtonBar))
at call_user_func_array(array(object(WebVision\WvDeepltranslate\Hooks\ButtonBarHook), 'getButtons'), array(array('buttons' => array('left' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton))), 'right' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\HelpButton))))), object(TYPO3\CMS\Backend\Template\Components\ButtonBar)))
in /var/www/html/private/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 3126
$methodName = (string)$parts[1];
$callable = [$classObj, $methodName];
if (is_callable($callable)) {
// Call method:
$content = call_user_func_array($callable, [&$params, &$ref]);
} else {
throw new \InvalidArgumentException('No method name \'' . $parts[1] . '\' in class ' . $parts[0], 1294585865);
}
} else {
at TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction('WebVision\\WvDeepltranslate\\Hooks\\ButtonBarHook->getButtons', array('buttons' => array('left' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton))), 'right' => array(array(object(TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton)), array(object(TYPO3\CMS\Backend\Template\Components\Buttons\Action\HelpButton))))), object(TYPO3\CMS\Backend\Template\Components\ButtonBar))
...
TYPO3 Setup
TYPO3 Version: 11.5.26
Server (Apache-cgi/Apache-fpm/nginx-fm/other): Apache, ddev, WSL2
Database type and version (SQLite/Postgres/MariaDB/MySQL): MariaDB 10.5.19
PHP version: 8.1.18
DeepL free or paid API?: Free API
composer or classic setup?: Composer mode
The text was updated successfully, but these errors were encountered:
Uncaught TYPO3 Exception in list module on root level after upgrade to version 3.0.0.
Glossary functionality is not used. Upgrade wizard is not available.
TYPO3 Setup
The text was updated successfully, but these errors were encountered: