Software error: substr outside of string
In performing a z39.50 search in my new koha installation, I get the following error: Software error: substr outside of string at /usr/share/koha/lib/C4/Charset.pm line 241. CGI::Carp Any ideas? Thanks, Harry _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
harry wykman a écrit :
In performing a z39.50 search in my new koha installation, I get the following error:
Software error:
substr outside of string at /usr/share/koha/lib/C4/Charset.pm line 241.
it's usually an encoding problem : for some unknown reason, the biblio pretends to be latin1 (or utf8) while it is in fact in utf8 (or latin1) -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc NOUVEAU TELEPHONE : 04 91 81 35 08 _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
participants (2)
-
harry wykman -
Paul POULAIN