Actions
Bug #101682
closedPHP Warning: Undefined array key 0 in InlineRecordContainer
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2023-08-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
User has a tt_content element with an Image.
The images record, for some weird reason is deleted in sys_file.
This will lead to the error:
PHP Warning: Undefined array key 0 in typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php line 489 ; PHP message: TYPO3 [WARNING] request="0fdbea9f8e960" component="TYPO3.CMS.Core.Error.ErrorHandler": Core: Error handler (BE): PHP Warning: Trying to access array offset on value of type null in typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php line 489 '
NOTE This error only applies to TYPO3 11 since the code has been rewritten in TYPO3 v12
Actions