Actions
Bug #101688
closedUndefined global variable $TYPO3_REQUEST in public/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I'm upgrading a v10 installation to v11. While being logged-in at the install-tool (admin-tool), I click on "Upgrade" and "Run Upgrade Wizard". Few wizards had run successfully without any error.
When I click "Execute" => "Perform updates!" for "EXT:container: Migrate "container" sorting", an Ajax-Error appears: "Something went wrong. Please use Check for broken extensions", the Stack-Trace shows
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined global variable $TYPO3_REQUEST in /var/www/html/public/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 2177
Environment:
DDEV Development mode
TYPO3 11.5.30
PHP 8.1
Updated by Markus Klein over 1 year ago
- Category deleted (
Authentication) - Status changed from New to Closed
- Target version deleted (
next-patchlevel)
This is not a Core bug, but an extension issue. See https://github.com/b13/container/issues/
Maybe https://github.com/b13/container/issues/410 is related.
Actions