Actions
Bug #97968
closedUndefined array key "typoLinkParameter" in /var/www/html/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 74
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2022-07-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
PHP Warning: Undefined array key "typoLinkParameter" in /var/www/html/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php line 74
https://github.com/TYPO3/typo3/blob/main/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php#L74
- Add a invalid redirect, e.g. to t3://page?uid=23424243248324782
- Route to redirect
There is no typoLinkParameter for an unresolved redirect. Instead, $linkDetails['pageuid'] should be used in the error message.
Reproducable with TYPO3 version 11 and 12.
Actions