[rt-users] Re: Prob in installing RTx-Calendar-0.04

Essam EL MESSOUSSI elmessoussi.stage at gmail.com
Fri Aug 3 11:21:53 EDT 2007


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

2007/8/3, Essam EL MESSOUSSI <elmessoussi.stage at gmail.com>:
>
> Hello everybody,
>
> I want to install RTx-Calendar-0.04.
>
> So to add MyCalendar to $HomepageComponents in etc/RT_SiteConfig.pm, I
> must add :
>
> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
>
> But when I want to add it, I find :
>
> Set($HomepageComponents, [qw(MyResolvedTickets.OLD Quicksearch
> OurOpenTickets MyResolvedTickets MyTickets MyClosedTickets MyModifiedTickets
> MyAdminQueues MySupportQueues)]);
>
> So, what I'm I have to do ?
>
> Thanks in advance
>
> Essam
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20070803/d0920b00/attachment.htm>


More information about the rt-users mailing list