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
Updated by Markus Klein over 2 years ago
- Category changed from Authentication to Backend API
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75410
Updated by Gerrit Code Review over 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75365
Updated by Markus Klein over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5a18784c7dd03e8b65a2afb71c378f7a07167e75.
Updated by Torben Hansen almost 2 years ago
- Related to Bug #98082: Warning: Trying to access array offset on value of type null on password reset added
Actions