Took a look at the link, thatnks for digging that up. At first I was excited because I thought you might have found it, but the message is mostly about when trying to do includes off of a user directory... and I'm not in a user directory. But I took the advice to heart, went bonaza and changed permissions to 766 on "phpdig" and every dir within that. Also changed it on robot_functions.php and config.php since those seemed to be the offending parties. Still no luck.
I just noticed something weird though. Here's the first (of several) errors I get when running from the command line.
PHP Warning: main(): Failed opening '../includes/config.php' for inclusion (include_path='.:/php/includes
:/Library/WebServer/Documents/includes
:/Library/WebServer/Documents/admin/phpdig/admin
:/Library/WebServer/Documents/admin/phpdig/includes') in /Library/WebServer/Documents/admin/phpdig/admin/spider.php on line 96
The thing is, though, I reset my include path back to just :/usr/lib/php ! How is it that my command line php could have a different include path than when through Apache? Might this lead us to something...?
Very confused...
|