Closed (fixed)
Project:
Node Link Report
Version:
8.x-1.24
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Feb 2026 at 22:51 UTC
Updated:
13 Mar 2026 at 16:50 UTC
Jump to comment: Most recent
Skip pattern is trying to match missing parts of the path resulting in a PHP warning.
1. Create an exempt path like `/*/page/*`
2. visit a page with links to check
3. verify warning
Update elseif on line 875 of LinkChecker.php to be elseif (!array_key_exists($index, $path_parts) || $pattern_part !== $path_parts[$index])
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
brian.seek commentedComment #4
skyriter commentedI have tested patch #3 successfully.
Comment #5
skyriter commentedComment #6
swirtThank you brian.seek and skyriter for your work on this. I will do a release shortly.
Comment #8
swirtJust released with #3576257: node_link_report 8.x-1.25