Actions
Bug #98113
closedTrying to access array offset on value of type null in BackendUserAuthentication.php
Start date:
2022-08-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Error appears on BackEnd before login
Trying to access array offset on value of type null in /web/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1500
$mountOptions = new BackendGroupMountOption((int)$this->user['options']);
$this->user is NULL
Typo3: 11.5.14
PHP: 8.1.2 (does not appear on PHP 7.4)
Files
Actions