[rt-users] undefined subroutine FirstMonday in RTx::Calendar

Kelly F. Hickel kfh at mqsoftware.com
Mon May 7 12:20:45 EDT 2007


Just set up a new 3.6.3 install and installed RTx::Calendar (first time I've tried to use it), and am getting the error below.

I've checked the obvious things that I could think of, before I go really digging, does anyone have a solution off the top of their head?

System error
error: 
Undefined subroutine &RTx::Calendar::FirstMonday called at /opt/rt3/share/html/Search/Calendar.html line 134.
context: 
... 

130: 
131: 
my $rtdate = RT::Date->new($session{'CurrentUser'});
132: 
133: 
my $today = DateTime->today;
134: 
my $date = RTx::Calendar::FirstMonday($Year, $Month + 1);
135: 
my $end = RTx::Calendar::LastSunday($Year, $Month + 1);
136: 
137: 
# use this to loop over days until $end
138: 
my $set = DateTime::Set->from_recurrence(
... 


code stack: 
/opt/rt3/share/html/Search/Calendar.html:134
/opt/rt3/share/html/autohandler:292


-- 
Kelly F. Hickel
Senior Software Architect
MQSoftware, Inc
952.345.8677
kfh at mqsoftware.com




More information about the rt-users mailing list