Talk:WebCalendar
From DreamHost
Worked for me too.
Use PHP5
Why does WebCalendar require that the domain use PHP 4? Looking at the Adminstrator's Guide, it appears that WebCalendar supports PHP 5, and even has a few features that require PHP5. AdamR 18:07, 26 March 2007 (PDT)
I get the same error. It is not clear why k5n software doesn't work with PHP5. Does any one know what to do?
I can not get it to work having the send_reminders.php in the root /home/user/ directory
So I left it at the default location /home/user/domainname/calendar/tools
I added the cronjob via
crontab -e
*/15 * * * * nice wget -q -O /dev/null http://domainname/calendar/tools/send_reminders.php
verify via
crontab -l