@@ -, +, @@ --- INSTALL.debian | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) --- a/INSTALL.debian +++ a/INSTALL.debian @@ -188,6 +188,12 @@ When the configuration is completed CPAN will install the Perl modules. /etc/perl/XML/SAX/ParserDetails.ini + Example (in most cases, this example would be the correct entry to have at the bottom of the file): + [XML::LibXML::SAX::Parser] + http://xml.org/sax/features/namespaces = 1 + + The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors. + 2.4 Install DBD::mysql Perl module In order to handle UTF-8 correctly, Koha requires at least version 4.004 --