[rt-users] RT 3.8.4 and RTFM 2.4.2 No errors, but no RTFM links, have added "Set(@Plugins,qw(RT::FM)); " to RT_Siteconfig.pm

Kevin Falcone falcone at bestpractical.com
Mon Jul 6 16:45:39 EDT 2009


On Jul 6, 2009, at 4:33 PM, Michael Ellis wrote:

> Set(@Plugins,qw(RT::FM));
> Set( @Plugins, qw(RT::Authen::ExternalAuth));

The second line here tells RT to ignore the first one, so you
only actually have RT::Authen::ExternalAuth active
(which is visible from System Configuration)

You need to enable your plugins all at the same time

Set(@Plugins, qw(RT::FM RT::Authen::ExternalAuth) );

-kevin




More information about the rt-users mailing list