[rt-users] Asset shredder not working in 3.8.x

Peter C. Lai peter at simons-rock.edu
Mon Jan 11 15:46:30 EST 2010


I got it working over here.

So in addition to changing any references to RT::Shredder:: from 
RTx::Shredder::, the only other error you get is:

[Mon Jan 11 19:50:54 2010] [crit]: Can't locate object method "SetResolvers" via package "RT::Shredder::Plugin::Assets" at /usr/pkg/sbin/rt-shredder line 287. (/usr/pkg/lib/rt3/RT.pm:377)
Can't locate object method "SetResolvers" via package "RT::Shredder::Plugin::Assets" at /usr/pkg/sbin/rt-shredder line 287.

If you stub out SetResolvers in RT/Shredder/Plugins/Assets.pm to Return 1
( i.e. sub SetResolvers { return 1 } ), 
then it seems to work fine; however I dunno if that is supposed to be the
totally correct way of doing this.

-- 
===========================================================
Peter C. Lai                 | Bard College at Simon's Rock
Systems Administrator        | 84 Alford Rd.
Information Technology Svcs. | Gt. Barrington, MA 01230 USA
peter AT simons-rock.edu     | (413) 528-7428
===========================================================




More information about the rt-users mailing list