Quote:
Originally Posted by Velocd
KW802, add the template to your default style.
As for that error, check articlebot.php, and make sure you configured the absolute paths correctly.
|
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