[rt-users] Re: Prob in installing RTx-Calendar-0.04
Lidio Presutti
lidio at ic-unix.ic.utoronto.ca
Fri Aug 3 13:42:58 EDT 2007
Hi Essam,
be sure you install all the appropriate modules -- you are missing
"DateTime".
Also, from my testing of RTx-Calendar-0.04 I had issues with DevelopMode
on + FastCGI -- it would break the calendar view. Turning it off works
nicely.
Lidio.
> Date: Fri, 3 Aug 2007 15:21:53 +0000
> From: "Essam EL MESSOUSSI" <elmessoussi.stage at gmail.com>
> Subject: [rt-users] Re: Prob in installing RTx-Calendar-0.04
> To: rt-users at lists.bestpractical.com
>
> Hello everybody,
>
> Finaly I replace in etc/RT_SiteConfig.pm the following line:
>
> Set($HomepageComponents, [qw(MyResolvedTickets.OLD Quicksearch
> OurOpenTickets MyResolvedTickets MyTickets MyClosedTickets MyModifiedTickets
> MyAdminQueues MySupportQueues)]);
>
> by the line
>
> Set($HomepageComponents, [qw(MyResolvedTickets.OLD Quicksearch MyCalendar
> OurOpenTickets MyResolvedTickets MyTickets MyClosedTickets MyModifiedTickets
> MyAdminQueues MySupportQueues)]);
>
> but when I Choose the "Calendar" in the menu "Tickets" it post me the
> following error :
>
> *System error*
> *error:* Can't locate object method "today" via package "DateTime"
> (perhaps you forgot to load "DateTime"?) at
> /opt/rt3/share/html/Search/Calendar.html line 136.
> *context:* *...*
> *132:* my @DateTypes = qw/Created Starts Started Due LastUpdated
> Resolved/; *133:*
> *134:* my $rtdate = RT::Date->new($session{'CurrentUser'}); *135:*
> *136:* my $today = DateTime->today; *137:* my $date =
> RTx::Calendar::FirstMonday($Year, $Month + 1); *138:* my $end =
> RTx::Calendar::LastSunday($Year, $Month + 1); *139:*
> *140:* # use this to loop over days until $end *...*
> *code stack:* /opt/rt3/share/html/Search/Calendar.html:136
> /opt/rt3/share/html/autohandler:279
> raw error <#raw>
>
> please, if someone have any idea how to resolve this problem, I will be very
> grateful.
>
>
> Essam
More information about the rt-users
mailing list