Actions
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
Start date:
2023-01-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions