Webcalendar CronJob Problem...

Webcalendar CronJob Problem...

Posted by: RaRah
Posted on: 2007-05-23 09:11:00

I cannot get reminders to work, arrrrgh! I thought one-click install meant "one-click" :)

This what I have set up for chronjob:

1 * * * * /usr/local/bin/php /home/rarah209/209photography.com/shardedcalendar/tools/send_reminders.php >/dev/null 2>&1


When the cronjob send me an email, this is what is says:

sh: line 2:
: command not found

Any and all help is much appreciated.

Thanks

Re: Webcalendar CronJob Problem...

Posted by: matttail
Posted on: 2007-05-23 09:13:00

try putting a blank line (return) after you command in crontab. (assuming you're editing it from ssh) Also, make sure that the command appears on one line, if it's broken into two lines it won't work.



--Matttail
art.googlies.net - personal website

Tags: reminderscronjobwebcalendarusr