Trouble with Cron Jobs
I have 6 Cron Jobs running on InMotion with NO results. I know that the addresses to my crons are correct because I can insert them into a browser and they execute successfully. I have tried both "relative" and "direct" (URL's) and the InMotion's Cron does not work for me.
What I am doing incorrectly?
This is what I've tried:
(illustrated by one of my Cron Jobs)
Using:
30 0 * * *
for the schedule
For the command: (all of the below)
/home/braden7/public_html/http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
php -q /home/braden7/public_html/sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
curl --silent /home/braden7/public_html/http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
curl --silent http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
Any help will be appreciated.
Respectfully
Jim MacLeod
What I am doing incorrectly?
This is what I've tried:
(illustrated by one of my Cron Jobs)
Using:
30 0 * * *
for the schedule
For the command: (all of the below)
/home/braden7/public_html/http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
php -q /home/braden7/public_html/sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
curl --silent /home/braden7/public_html/http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
curl --silent http://sarasota-bradenton-vehicle-listings.com/a-golfcarts/cron.php
Any help will be appreciated.
Respectfully
Jim MacLeod