Actions
Bug #98147
closedPHP warning when FlexForm is empty
Start date:
2022-08-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following PHP warning is thrown, when an empty FlexForm is provided:
Core: Error handler (BE): PHP Warning: Undefined array key "sDEF" in /path/to/website/public/typo3/sysext/backend/Classes/Form/Container/FlexFormNoTabsContainer.php line 58
The issue only occurs using PHP 8+
Updated by Torben Hansen over 2 years ago
- Subject changed from PHP warning when FlexForm is empty to PHP warning when FlexForm is empty
- Description updated (diff)
- PHP Version set to 8.1
Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75448
Updated by Gerrit Code Review over 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75448
Updated by Gerrit Code Review over 2 years ago
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/+/75495
Updated by Torben Hansen over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 685746aa180c7c1789b4917d82e3f6cead375957.
Actions