admin/reports/linkchecker yields no results even after a drupal cron, yet I purposely put broken links. Is there any way I can debug this to determine what linkchecker is doing, and more importantly, what I am doing wrong?

What I am looking for is a checkbox, something like "debug mode" somewhere which would give me more information.

Comments

hass’s picture

Status: Active » Fixed

This page only show results if something is broken - otherwise not. Check out linkchecker_link table everytime cron runs the last_checked column changes from 0 to current timestamp. The number of unchecked links also decrease on broken links page. Watchdog also lists many check results. In all cases the issue should be drupal http request that cannot issue calls because of firewall settings, loopback failures, etc.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.