Actions
Bug #95993
closedPHP Warning: Undefined array key 1 in typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 4608
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-11-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
This warning is specific to PHP v8 because $rootLine[$key][$field] doesn't exist in method rootLineValue().
This is because in PHP V8, a number of warnings have been converted into Error exceptions and especially : Attempting to read an undefined array key.
Have a look here : [[https://www.php.net/manual/fr/migration80.incompatible.php]]
Actions