Bug #99731
closedPHP Warning: Undefined array key 1 in in /typo3_src-11.5.22/web/typo3/sysext/core/Classes/Utility/RootlineUtility.php line 431
100%
Description
Add a sanity check around the parsing of
[$mountedPageUid, $mountPageUid] = GeneralUtility::intExplode('-', $mP);
in
foreach ($mountPoints as $mP) { [$mountedPageUid, $mountPageUid] = GeneralUtility::intExplode('-', $mP); $this->parsedMountPointParameters[$mountedPageUid] = $mountPageUid; }
Happens under PHP 8
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/+/77621
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/+/77621
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/+/77621
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/+/77621
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/+/77621
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/+/77657
Updated by Thomas Hohn almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5ad44d20130d2c78ae884e7f8edee740adc5e02f.
Updated by Georg Ringer almost 2 years ago
- Related to Bug #99946: Mount Points broken after Update to 11.5.23 added