I have setup crontab and have tested to make sure crontab is working properly and it is. I tested this by added a line that writes a time and date to a text file periodically and it works as it should. However, the crontab for cron.php is either not working or it not checking campaigns to send. I'm not sure which is the problem.
I do know that campaigns can and do send when I goto the Email Queue in Admin pages and click the send emails button.
Suggestions?
Here is what in my crontab
* * * * * cd /var/www/html && /usr/bin/php -f cron.php 2>&1
* * * * * cd /var/www/html; php -f cron.php > /dev/null 2>&1


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks