Cron job for scheduler and autoresponders
I know this has been discussed to death however... this has been plaguing me. I have the jobs set up and they are running yet it is not actually working. I am not sure why it does not remove the instructions in the Sendy control panel and activate the autoresponder ability. Any ideas?
*/5 * * * * root php /var/www/html/sendy/scheduled.php > /dev/null 2>&1 */1 * * * * root php /var/www/html/sendy/autoresponders.php > /dev/null 2>&1
This discussion has been closed.
Comments
Hi,
I see the word
root
in your cron job command, try removing it. I don't think this command is the original one found in the cron job setup instructions.Please use the original cron job command found in the cron job setup instructions.
Thanks.
Best regards,
Ben
Ben! It looks like that fixed it! Thank you!