View Single Post
Old 01-18-2005, 04:24 PM   #29
drywall
Green Mole
 
Join Date: May 2004
Posts: 25
I decided I'm tired of whatever this weird problem is. So I went into spider.php and changed line 94 from

Code:
    $relative_script_path = '..';
to

Code:
    $relative_script_path = '/Library/WebServer/Documents/admin/phpdig';
and that seems to have gotten everything working. Still dunno what was wrong with '..' since it seems like it should, but whatever.

Thanks for all your help. This was driving me nuts too.
drywall is offline   Reply With Quote