Undefined subroutine
Dear All, When I update patron information by UTF-8 by ,,,/koha/opac-userupdate.pl ? I have following error: Undefined subroutine &Mail::Sendmail::encode called at /usr/share/perl5/Mail/Sendmail.pm line 308. I just added following script for /usr/share/perl5/Mail/sendmail.pm $mail{'Message'} = encode_qp(encode("UTF-8", $mail{'Message'})); How can I fix it ? Gana
You might need to add this at the beginning of Sendmail.pm: use <http://perldoc.perl.org/functions/use.html> Encode; Not entirely sure though. --Mizst 2011/4/29 Cybermon <cybermon@gmail.com>
Dear All,
When I update patron information by UTF-8 by ,,,/koha/opac-userupdate.pl ? I have following error:
Undefined subroutine &Mail::Sendmail::encode called at /usr/share/perl5/Mail/Sendmail.pm line 308.
I just added following script for /usr/share/perl5/Mail/sendmail.pm $mail{'Message'} = encode_qp(encode("UTF-8", $mail{'Message'}));
How can I fix it ?
Gana
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Cybermon -
Mizst Audens