Help: Can't locate object method "new" via package"RT::Handle"

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.

Thank for all replies. Turned out that the new version of searchbuilder
needed Want, and it was not installed. So, now everything is peachy! :wink:

/Palle–On lördag, juni 05, 2004 17.51.05 +0100 Max Bowsher maxb@ukf.net wrote:

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”.