Would anyone be able to help me out with this error? Whenever I try to set a due date with the calendar feature I get the following error:
Can’t locate object method “new” via package “DateTime” at /usr/lib/perl5/site_perl/5.8.8/Calendar/Simple.pm line 85.
Any suggestions?
Thanks,
Jeff
Would anyone be able to help me out with this error? Whenever I try to set a due date with the
calendar feature I get the following error:
Can’t locate object method “new” via package “DateTime” at
/usr/lib/perl5/site_perl/5.8.8/Calendar/Simple.pm line 85.
Looks like Calendar::Simple believes that you have DateTime installed,
but can’t find it. Check if you have it installed using cpan or your
distribution’s packages.
-kevin
Thanks! A Reinstall of the modules fixed the problem.
-Jeff-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com [mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Kevin Falcone
Sent: Wednesday, January 12, 2011 6:10 PM
To: rt-users@lists.bestpractical.com
Subject: Re: [rt-users] Calendar feature not working in RT 3.8.8
On Wed, Jan 12, 2011 at 02:57:19PM -0500, Lee, Jeffrey wrote:
Would anyone be able to help me out with this error? Whenever I try to set a due date with the
calendar feature I get the following error:
Can’t locate object method “new” via package “DateTime” at
/usr/lib/perl5/site_perl/5.8.8/Calendar/Simple.pm line 85.
Looks like Calendar::Simple believes that you have DateTime installed, but can’t find it. Check if you have it installed using cpan or your distribution’s packages.
-kevin