Closed (works as designed)
Project:
Link checker
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2011 at 11:56 UTC
Updated:
17 May 2011 at 09:47 UTC
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
Comment #1
spade commentedSorry, 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.
Comment #2
hass commentedI'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.
Comment #3
spade commentedThanks Alexander,
my fault. After enabling node types it worked as expected. :-)