Project

General

Profile

Actions

Bug #99712

closed

PHP Warning: Trying to access array offset on value of type null in /typo3_src-11.5.22/web/typo3/sysext/backend/Classes/Utility/BackendUtility.php line 1207

Added by Thomas Hohn over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Start date:
2023-01-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The occur can occur if a fe_group is marked as hidden then the call to

$lRec = self::getRecordWSOL('fe_groups', $fe_group, 'title');

will yield that lRec becomes null and the succesive access to
$fe_groups[] = $lRec['title']

Will fail

Actions

Also available in: Atom PDF