I Need WordPress Cron Setup Help
-
- Posts: 2
- Joined: Wed Dec 07, 2016 9:19 am
I Need WordPress Cron Setup Help
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
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
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
An external service is not needed!!!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.
Just set the cron command to: php /home/[user]/web/[domain.tld]/public_html/index.php?lotttery-cron=check
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: I Need WordPress Cron Setup Help
or you can just use curl too
Re: I Need WordPress Cron Setup Help
You could try with curl:
Code: Select all
curl -O - http://www.mydomain.tld/?lottery-cron=check