Page 1 of 1

I Need WordPress Cron Setup Help

Posted: Wed Dec 07, 2016 9:26 am
by winoverpain
I need to setup cron job for my WordPress site

cron is: http://www.mydomain.tld/?lottery-cron=check

I dont know how can i add this in vestacp control panel cron tab. i already added this throw cron tab check attach photo how i did this
screenshot url: https://postimg.org/image/oi1dkqmpr

But when i checked mail like below that means my cron setup is not correct:
/bin/sh: http://www.mydomain.tld/?lottery-cron=check: No such file or directory

Re: I Need WordPress Cron Setup Help

Posted: Tue Dec 13, 2016 9:06 am
by Peggy
You can use any external crontab (like https://www.easycron.com/), which starts processes on the URL(like http://www.mydomain.tld/?lottery-cron=check), hope the help.

Re: I Need WordPress Cron Setup Help

Posted: Tue Dec 13, 2016 11:38 am
by ScIT
Peggy wrote:You can use any external crontab (like https://www.easycron.com/), which starts processes on the URL(like http://www.mydomain.tld/?lottery-cron=check), hope the help.
An external service is not needed!!!

Just set the cron command to: php /home/[user]/web/[domain.tld]/public_html/index.php?lotttery-cron=check

Re: I Need WordPress Cron Setup Help

Posted: Tue Dec 13, 2016 11:46 am
by mehargags
or you can just use curl too

Re: I Need WordPress Cron Setup Help

Posted: Tue Dec 13, 2016 1:45 pm
by Liam
You could try with curl:

Code: Select all

curl -O - http://www.mydomain.tld/?lottery-cron=check