[rt-users] Help: Can't locate object method "new" via package"RT::Handle"

Max Bowsher maxb at ukf.net
Sat Jun 5 12:51:05 EDT 2004


Palle Girgensohn wrote:
> Hi!
> 
> I just updated to perl-5.8.4, rt-3.0.11 and dbix-searchhandler-1.00_3.
> 
> Now I get Can't locate object method "new" via package "RT::Handle".

Edit RT/Handle.pm and add the line:

die $@ if $@;

immediately after the line:

#TODO check for errors here.

Try again, and you should get a more informative error message.

Max.




More information about the rt-users mailing list