Quote:
Originally Posted by KW802
Cool, I guessed the template thing right at least. I added it to my default style thinking that since it was using global.php that it'd use whatever the default was.
I tried the directory name in articlebot.php first, even ended up hard-coding the full path and still get the same error.
Below is what the code at http://www.farpointstation.org/forum...articlebot.php currently is but is still producing the same error.
Code:
chdir('/home/farpointstation/www/forums/');
require_once '/home/farpointstation/www/forums/global.php';
include_once '/home/farpointstation/www/forums/articlebot/rss_fetch.inc';
I'm stumped. :ermm: I figured I'd try running it directly from the browser first to rule that it wasn't my cron job.
Any thoughts appreciated. :nervous:
Thanks,
Kevin
|
Well, I've installed a fresh copy of the articlebot files and have grep'ed all files in the /forums folder and I still get the error pointing to the relative directory; it's almost as if something is calculating the system path intead of using the hard-coded values.
The one hack that I really wanted to install and of, of course, Murphy's Law has to intervene. :tired: