On 17 Nov, 2010, at 6:16 AM, Tom Robinson wrote:
On 17/11/10 12:47, Kevin Falcone wrote:Thanks Kevin. I started to get a feeling about that already. What is theOn Wed, Nov 17, 2010 at 11:33:30AM +1100, Tom Robinson wrote:Hi,I've been using RT (3.8.8) for a few months now. Initially I just wantedto use the default install but I'm now adding a few plugins.The problem I have is some sort of conflict with a particular plugin:RTx::Calendar Set(@Plugins,(qw(RT::Extension::CommandByMail))); Set(@Plugins,(qw(RT::Extension::JSGantt))); Set(@Plugins,(qw(RTx::Calendar)));This isn't the right way to add three plugins. You need to specify them all in one statement, otherwise the last one declared wins. -kevinlist syntax? Comma, space or other separator?
qw() uses spaces, See "Quote-Like Operators" in the perlop manual page for more details.
-- patrick
PGP.sig
Description: This is a digitally signed message part
