Closed (fixed)
Project:
Link checker
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 21:29 UTC
Updated:
6 Feb 2009 at 15:20 UTC
When I run cron manually, it gives me a peculiar error:
array(1) { [0]=> string(0) "" }
The details of the Drupal installation are as follows:
Drupal Version: 5.7
Linkchecker Version: 5.x-1.2
Any help you can offer would be much appreciated. Thanks.
Comments
Comment #1
bnice5000 commentedAn issue that I have discovered is that link checker does not take into account any table prefixes. I had to manually go in and insert a table prefix before the two tables that link checker inserted into the database. After I fixed the table names link checker worked fine.
Comment #2
david@thrale.com commentedMy table are prefixed "drupal_" and link checker did not honour this convention.
Comment #3
hass commentedKnown bug. 2.x branch will fix this.