I am getting a strange error. Whenever events fall on the last day of the month, I get the following message:
ERROR PROCESSING TEMPLATE
There was an error in your template file. Below is the template file and also the perl code generated from it to help you with debugging.
Day '32' out of range 1..31 at (eval 1) line 64
And here is line 64:
$schedules = &Event::getEventsInRange($db,timegm(0,0,0,$DATE,$MONTH-1,$YEAR-1900),timegm(0,0,0,$DATE+1,$MONTH-1,$YEAR-1900)-1);
We are in the process of migrating to a new web server (Linux box/Apache 1.3/Perl 5.8.3) and I do not get the error on the current server (the one we are migrating from).
I have tried deleting the events and adding them back with no luck. Any help would be greatly appreciated.
Thanks!
Jon Dillon
[This message has been edited by jdillon (edited March 27, 2004).]