When the module is turned on I get these errors:
•warning: array_fill() [function.array-fill]: Number of elements must be positive sites/all/modules/linkchecker/linkchecker.module on line 1351.
Error log says: array_fill() [function.array-fill]: Number of elements must be positive

•warning: implode() [function.implode]: Invalid arguments passed
sites/all/modules/linkchecker/linkchecker.module on line 1351.
Error log says: implode() [function.implode]: Invalid arguments passed

On running cron I get no further errors, but the report shows no broken links. I know there are many. ;-{

Is there hope that we can fix this before I upgrade to Drupal 6?

Kind regards,

Frank

Comments

spade’s picture

Version: 6.x-2.x-dev » 5.x-2.x-dev

Sorry, I choose the wrong version above; its 5.x-2.x-dev.

This error only appears the first time cron runs after enabling the module. When I disable and deinstall the module the error appears again the next time cron runs. Subsequent cron runs produce no error, but no results either.

hass’s picture

Status: Active » Closed (won't fix)

I'm only guessing, but you may have not enabled any "node types" for scanning. A linkchecker settings screenshot may help... In D5 you need to be very patient... give it 24 or 48 hours... maybe more - hardly depends on number of links.

I'm not fixing issues in D5 any longer... sorry. Upgrade to D6 or D7, please.

spade’s picture

Status: Closed (won't fix) » Closed (works as designed)

Thanks Alexander,
my fault. After enabling node types it worked as expected. :-)