Actions
Bug #99097
closedUndefined array key in 11.5.19
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi,
When I upgrade to 11.5.19, PHP8, Debug-mode, I get several errors:
PHP Warning: Undefined array key "workspace_id" in /var/www/typo3_src-11.5.19/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php line 107
PHP Warning: Undefined array key "realName" in /var/www/typo3_src-11.5.19/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1287
PHP Warning: Undefined array key "workspace_id" in /var/www/typo3_src-11.5.19/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1780
PHP Warning: Undefined array key "workspace_id" in /var/www/typo3_src-11.5.19/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1952
Kind regards
Tomas
Actions