Actions
Bug #99988
closedPHP Warning: Undefined array key "errorParams" in /typo3/sysext/linkvalidator/Classes/Report/LinkValidatorReport.php line 584
Status:
Closed
Priority:
Should have
Assignee:
Category:
Linkvalidator
Target version:
Start date:
2023-02-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If a local file is marked as missing in the sys_file table the link validator will throw an error
since the value of $response['errorParams'] is not set properly in BrokenLinkRepository::addBrokenLink
Suggestion is to set it to the empty array and handle it with early returns in the getErrorMessage
methods by displaying the existing error message list.report.noinformation
Actions