Friday 24 September 2004 11:32:17 am
I solved the problem. I changed the timeout value for the URL checking.
1 Open the linkcheck.php file in the cronjobs folder.
2 Find the line: $fp = @fopen( $url, "r"); 3 Put this line before it: stream_set_timeout($fp, 15); The 15 is for a fifteen second timeout. It can be increased or decreased, of course. Loyd
|