[rt-users] Rt3 and reporter.pl

Phil Homewood pdh at snapgear.com
Wed Jun 4 23:47:44 EDT 2003


George Travan wrote:
> I am trying to get rt3.* working with reporter.pl. I have noticed that
> the include "../etc/RT_Config.pm"
> gives an error :

Don't "use" or "require" that file. Instead, you should:

use RT;
RT::LoadConfig();

-- 
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances



More information about the rt-users mailing list