Skip to content

6 cron Jobs in GoDaddy

edited June 2013 in Troubleshooting

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?

Comments

  • BenBen
    edited February 2014

    Hi @DiegoGarcia,

    You should use the one without */5 * * * * and specify the full path to php 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

This discussion has been closed.