Can't locate object method "init" via package "MIME::Decoder::QuotedPrint" at /opt/otrs/Kernel/cpan-lib/MIME/Decoder.pm line 173.
For help, please send mail to the webmaster (webmaster@harmonyip.com), giving this error message and the time and date of the error.
I have looked thru the archives and found this one that talks about a similar issue but the resolution, which was to add a 'use missing::library' to the file that is erroring, didn't really work for my issue. For my particular issue I added 'use MIME::Decoder::QuotedPrint' and 'use MIME::Decoder::QuotedPrintinit' to /opt/otrs/Kernel/cpan-lib/MIME/Decoder.pm.
http://lists.otrs.org/pipermail/otrs/2003-January/000746.html
--Scott