Bug #99706
closedPHP Warning:Undefined array key "." in /typo3_src-11.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3451 and 3467
100%
Description
PHP Warning:Undefined array key "." in /typo3_src-11.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3451 and 3467.
There seems to be a missing check if $tagName evaluates to the empty string.
Updated by Gerrit Code Review almost 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/+/77593
Updated by Gerrit Code Review almost 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/+/77593
Updated by Thomas Hohn almost 2 years ago
Thomas Hohn wrote:
PHP Warning:Undefined array key "." in /typo3_src-11.5.22/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3451 and 3467.
There seems to be a missing check if $conf['externalBlocks.'][$tagName . '.'] evaluates to null
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 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/+/77593
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 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/+/77593
Updated by Gerrit Code Review almost 2 years ago
Patch set 5 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/+/77593
Updated by Gerrit Code Review almost 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/+/77576
Updated by Thomas Hohn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 028e6a7a2737501cd41c8a36845f18786b3a0b6b.