Cron job and 1and1
Followed instructions here to a T:
http://faq.1and1.com/scripting_languages_supported/cron_jobs/3.html
Cron still not working with the provided script/code in my sendy account. Any ideas?
http://faq.1and1.com/scripting_languages_supported/cron_jobs/3.html
Cron still not working with the provided script/code in my sendy account. Any ideas?
This discussion has been closed.
Comments
What is your CRON command? Does it start with php or curl?
php /path/to/your/sendy/installation/scheduled.php > /dev/null 2>&1
If cron was set up correctly, cron will execute the scheduled.php script, hence changing the value to '1' in the column, 'cron', in 'login' table. This tells Sendy cron has been set up correctly.
Please access your database and change the value back to '0' in the column, 'cron', in 'login' table. Then consult your host on why cron isn't executing your script.