6 cron Jobs in GoDaddy
Hello, i know this topic has been revised many times but none of teh solutions seems to work for me.
its about cron job in godaddy, i read the one about doing 6 cron jobs that work twice per hour
i added all the 6 cronjobs with this command with no quotes:
"php /var/chroot/home/content/02/10109302/html/domains/gsmedios/emailmarketing/scheduled.php > /dev/null 2>&1" (of course this cotains the path of my server)
does not seem to work
in the "add cron job" instructions in sendy i see another option whic is:
"*/5 * * * * php /var/chroot/home/content/02/10109302/html/domains/gsmedios/emailmarketing/scheduled.php > /dev/null 2>&1:
which one is the one i should use?
This discussion has been closed.
Comments
Hi @DiegoGarcia,
You should use the one without
*/5 * * * *
and specify the full path tophp
in GoDaddy:/web/cgi-bin/php5 "$HOME/html/domains/gsmedios/emailmarketing/scheduled.php" > /dev/null 2>&1
Also, make sure the cron jobs are "Enabled".
Thanks.
Best regards,
Ben