I keep getting these errors in my Sugar Log and the scheduler is not working.
Sugar Log
Mon Jul 27 11:18:02 2009 [16168][1][FATAL] ----->Scheduler Job FAILED
Here is my crontab file
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command
* * * * * root cd /var/www/seanpeace/data/www/songvest.com/Sugar; php -f cron.php > /dev/null 2>&1
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
#
I also went to the command line, went to the directory Sugar and put in the command
php -f cron.php > /dev/null 2>&1
and I got the error
-bash: syntax error near unexpected token `newline'
Also, my schedules are all active. Specifically is was not sending out the campaign emails this morning.
Run Nightly Mass Email Campaigns On the hour; From 02:00AM to 06:00AM 01/01/2005 01:00AM - 12/31/2020 12:59PM Active
any help is appreciated.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks