Has
anything changed on the server recently?
Have you checked file and directory permissions?
** Can't call method "get" on an undefined value at C:\Inetpub\wwwroot\calendar\calendar.pl line 469. **
If they're using CalendarScript version 3.2 (the current version) that error message is referring to the following line of the calendar.pl file:
$localtime_offset = 3600*$Config->get("time_zone_offset");
All the script is doing is attempting to access a variable stored in the config.txt file. Maybe its permissions have changed (for some reason) and the script is unable to access it?
Dan O.
------------------