User manual
Chapter 10
LJórary CataWg
harry potter
rt
-aq -bu.l
Error:
ut18'\xC3" does not map to Unload, at lusrtlib /per15/5.8.8/1386- linux- thread- multi/Encode.pm line 174.
In this type of situation, you should check the SAX parser setting. We do this by
executing Koha's SAX parser print program
/misc /sax_parser_print .pl:
koha @koha @linux: -> cd /home/koha/kohaclone/misc/
koha @ linux: /home /koha /kohaclone /mist # ./sax_parser_print.pl
Koha wants something like:
XML::LibXML ::SAX::Parser= HASH(0x81fe220)
You have:
XML ::LibXML::SAX= HASH(0x834fea4)
Looks bad, check INSTALL.* documentation.
The error looks bad indicates that the configured parser is not suitable for Koha use.
To correct this problem, we edit the parser's initialization file:
koha @ linux: /home /koha /kohaclone /misc # vi /usr /lib /per15 /vendor_
perl /5 .10.0 /XML /SAX /ParserDetails.ini
And, replace
[XML :: SAX :: PurePerl ] or
[XML :: SAX :: Expat ] , as the case may be,
with [XML::LibXML::SAX::Parser].
For more information on configuring the SAX parser, see Chapter 4, Koha's Web
Installer, Cron tab, and Other Server Configurations.
[205]