When links are found broken in a block, I expect deleting the block would resolve the problem. This does not happen. Even after marking for re-check, they are still shown in the Broken Link report.

Comments

hass’s picture

Component: Miscellaneous » Code
Status: Active » Fixed

FormID has changed between D6 and D7, upgrade leftover. THX for report!

http://drupalcode.org/project/linkchecker.git/commit/e5303e3

hass’s picture

Just as note to get the DB clean, uncheck blocks scanning in linkchecker setting and re-enable it. Than the dead references are killed and the latest are re-created. In Future all is consistent with this patch. You will not lose anything like link specific check settings.

Status: Fixed » Closed (fixed)

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

viveks5’s picture

Title: After Deleting Blocks, Links are still displayed as Broken » Correct Links are still displayed as Broken
Priority: Normal » Major
Status: Closed (fixed) » Active

Hi,
I am using link checker module in Drupal 7.7 for checking broken links. Following links which are working but still reported as broken in report.

1. http://www.flickr.com/photos/37863909@N02/
2. http://www.flickr.com/groups/1115185@N22/
3. https://www.education.gov.uk/publications/standard/SchoolsSO/Page9/DCSF-...
4. https://www.education.gov.uk/publications/standard/publicationDetail/Pag...

5. http://www.thehideout.org.uk

There are many more, but above looks to be specific case. Is it because of special character and redirection to https?

lomo’s picture

@visi282001: Please update on this once you have tested with the latest release of Link Checker. You have indicated that your release was the early "dev" version, not the latest release. I think you should also be using the latest stable release of Drupal core, not the Drupal 7.7 release from about 8 months ago. Developers can not work with bug report based on older releases of a module.

Forum discussion of this issue: Link checker modules shows correct/working links as broken in Drupal 7

hass’s picture

Title: Correct Links are still displayed as Broken » After Deleting Blocks, Links are still displayed as Broken
Priority: Major » Normal
Status: Active » Closed (fixed)

Answer to #4:

#1) Looks ok, status is 200 OK
#2) Looks ok, status is 200 OK
#3) The geotrust intermediate CA certificate not installed. Looks like newbie administrators on these site...
#4) same like #3
#5) 302 Found, temporary redirection - all OK, too.

Any D7 Linkchecker version before mid January 2012 or before beta1 IS BROKEN. Upgrade to beta1 and never use DEV versions if you are not a developer, please.

Never high-jack again other unrelated cases, please.

viveks5’s picture

Hi Hass,
Thanks for update. I was out for some time, now back again.
As I mentioned, I was using dev-version of link-checker module.
I will be testing latest module with new Drupal stable release and update accordingly.

Regards,