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
Updated by Thomas Hohn over 1 year ago
- Subject changed from PHP Warning PHP Warning: Undefined array key 0 in InlineRecordContainer to PHP Warning: Undefined array key 0 in InlineRecordContainer
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80548
Updated by Gerrit Code Review over 1 year ago
Patch set 2 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80548
Updated by Gerrit Code Review over 1 year ago
Patch set 3 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80548
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea6e19a5b301e0ee0455ad1ac71221108250c9e4.
Actions