webcalendar reminders
Posted by: raymond3
Posted on: 2006-02-23 22:07:00
I have the following in my cron
MAILTO=me@mine.com
*/30 * * * * cd /home/username/directoryname/calendar/tools; ./send_reminders.php
If I type the above at the command line all is fine.
when the cron job runs I get this:
/bin/sh: line 1: ./send_reminders.php: No such file or directory
anyone????