2010-12-29, 15:25:26
After following the instructions here:
http://get-simple.info/docs/cron-setup
The script does not seem to want to run, the first if statement keeps returning "You cannot load this page directly."
I'm running it like so:
I have GS installed in a subdirectory. It works fine if I comment out the first if statement. I've also tried running php without the -q parameter with the same results.
http://get-simple.info/docs/cron-setup
The script does not seem to want to run, the first if statement keeps returning "You cannot load this page directly."
I'm running it like so:
Code:
/usr/local/bin/php -q /home/[...]/public_html/getsimple/cron.php
I have GS installed in a subdirectory. It works fine if I comment out the first if statement. I've also tried running php without the -q parameter with the same results.