[rt-users] RTx::Calendar Not Displaying

Lee Hughes hughesl at science.oregonstate.edu
Tue Jan 4 15:44:51 EST 2011


I cleared the Mason cache but still don't see any Calendar links.  
Where should I see links, and how would I go about enabling basic  
tracing to see if the Calendar module is even being called?

BTW this is with RT 3.8.8 on PostgreSQL 9.

Thanks much for the help.

Lee

>> I've installed and configured RTx::Calendar per the instructions and
>> restarted the web server but don't see any links to it anywhere. I have
>> syslogging set to debug but no errors are logged.
>>
>> Here are the relevant settings from RT_SiteConfig.pm:
>>
>> # Calendar Plugin
>> require '/usr/local/rt3/local/plugins/RTx-Calendar/lib/RTx/Calendar.pm';
>> Set($HomepageComponents, [qw(QuickCreate Quicksearch MyCalendar
>> MyAdminQueues MySupportQueues MyReminders RefreshHomepage)]);
>>
>> # enable all plugins
>> Set(@Plugins,qw(
>> RT::Authen::ExternalAuth
>> RTx::Calendar
>> ));
>>
>> Any ideas what I'm missing?
>
> Did you clear the Mason cache?
>
> rm -rf /usr/local/rt3/var/mason_data/obj/*
>
> See http://requesttracker.wikia.com/wiki/CleanMasonCache for details.
>






More information about the rt-users mailing list