I thought maybe I screwed up something on the install, so I reinstalled.
"which php" shows my php path to be:
/usr/local/bin/php
When I try to run the gateway.php via cron w/ the command of:
/usr/local/bin/php /home/<username>/public_html/forums/gateway.php
I get the following error message:
"nntp.php and mime.php files need to be in the './includes/' directory"
The nntp.php and mime.php files are in the ./includes directory. My gateway.php is in my /forums directory.
I can get it to run via the vB task scheduler. Are there any advantages/disadvantages w/ vB Task Scheduler vs cron? Does it matter?
|