/bin/bash: -c: line 0: syntax error near unexpected token `newline'
/bin/bash: -c: line 0: `/usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >'
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Here's the cron from Cpanel:
/usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >
I left out the /dev/null 2>&1 to debug normally it would be /usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >/dev/null 2>&1
Note: I can send emails manually when I preview the templates so its not the mail servers just can't get any of the cron jobs to work.
/bin/bash: -c: line 0: `/usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >'
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Here's the cron from Cpanel:
/usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >
I left out the /dev/null 2>&1 to debug normally it would be /usr/bin/php -q /home/reviews/public_html/mailer/apps/console/console.php send-campaigns >/dev/null 2>&1
Note: I can send emails manually when I preview the templates so its not the mail servers just can't get any of the cron jobs to work.