Thread: config issue
View Single Post
Old 12-18-2004, 12:33 PM   #3
Slider
Orange Mole
 
Join Date: Jan 2004
Posts: 30
I was using a cron job and had to change the code on line 88 in spider.php

FROM
Code:
// echo $relative_script_path;
    $relative_script_path = '..';
TO
Code:
// echo $relative_script_path;
    $relative_script_path = '/home/username/www/phpdig';
It fixed the line 90 problem and the other lines in the warnings.
Slider is offline   Reply With Quote