Actions
Bug #96443
closedPHP warning when creating a new record with available TCEMAIN.preview configuration
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-12-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When creating a new record with an existing TCEMAIN.preview configuration the following warning is thrown:
PHP Warning: Trying to access array offset on value of type null in /var/www/html/public/typo3/sysext/backend/Classes/Controller/EditDocumentController.php line 860
The corresponding line is:
$value = $recordArray[$field];
$recordArray is null for a new record.
Actions