Actions
Bug #96647
closedClickEnlargeViewHelper still causes PHP 8.0 warning
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-01-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Issue https://forge.typo3.org/issues/96508 has already solved a PHP 8.0 undefined array key warning, but there still is another one left:
PHP Warning: Undefined array key 1 in typo3\sysext\frontend\Classes\ContentObject\ContentObjectRenderer.php line 1129
This warning occurrs when you add a Textmedia content element to a page, add an image and activate image_zoom
.
The warning will be issued in the FE.
Actions