Working on RT 3.6? It fails because it can’t find the Config Class Method, and I’m wondering whether to bother trying to hack it to make it work, or whether I should give up now.
David X. Glover
Department of Physics
University of Oxford
Working on RT 3.6? It fails because it can’t find the Config Class
Method, and I’m wondering whether to bother trying to hack it to
make it work, or whether I should give up now.
Working on RT 3.6? It fails because it can’t find the Config Class
Method, and I’m wondering whether to bother trying to hack it to
make it work, or whether I should give up now.
RT->Config->Get(‘foo’) is the 3.8 syntax for retrieving config vars.
In theory, you can go swap those to $RT::foo and be fine
Working on RT 3.6? It fails because it can’t find the Config Class Method
I posted that script on the wiki and can vouch that it works on 3.8.4.
I wouldn’t know what has to change to make work on 3.6. Probably just
some of the boilerplate lines of code.