Lee Hughes wrote, On 12/29/10 7:01 PM:
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.