My User Name is "johndoessite"
My script resides in "public_html/php"
My script name is "displayevent.php"
I have the CRON set to run every minute (only for testing) but get no results.
The script runs, if I call it up direct in IE, using the correct webaddress. Here is the CRON job that I am trying to run:
cd'/home/johndoessite/public_html/php/'; php -q 'displayevent.php' > /dev/null
I must be missing something very obvious, but it has beaten me down... as I had it working a couple of weeks ago, but failed to write down the syntax.. it was so simple to figure out, that i tho't that I would not have a problem redoing it.
The acutual script runs an email application (sending out about 2-10 emails) that works just fine, when I call it up direct.
If someone sees something, I'd appreciate it.
Thank you,
Buck
My script resides in "public_html/php"
My script name is "displayevent.php"
I have the CRON set to run every minute (only for testing) but get no results.
The script runs, if I call it up direct in IE, using the correct webaddress. Here is the CRON job that I am trying to run:
cd'/home/johndoessite/public_html/php/'; php -q 'displayevent.php' > /dev/null
I must be missing something very obvious, but it has beaten me down... as I had it working a couple of weeks ago, but failed to write down the syntax.. it was so simple to figure out, that i tho't that I would not have a problem redoing it.
The acutual script runs an email application (sending out about 2-10 emails) that works just fine, when I call it up direct.
If someone sees something, I'd appreciate it.
Thank you,
Buck
Comment