Path problem continued:
Well, I was wrong about the problem being with the absolute script path variable. When I went in to spider.php and commented out the line:
$relative_script_path = '..';
Then the spidering works from the command line because relative path is retaining its value of absolute path.
What should I be doing here? I can hardly imagine that what I did is OK.
Any thoughts and guidance would be appreciated.
|