Hi all, to follow up with my searching problem earlier. After running the update for Lib::XML and XML::LibXML::SAX, koha stopped running after a server restart. Upgrading XML::LibXSLT to the latest versions apparently fixed the problem. I had used slightly older versions in my build to solve some errors I was having compiling the dependencies in my original build. Nearly six months later, it looks like updating those perl modules have fixed my errors although I am still going to manually set the ParserDetails.ini. Thanks again, Joe ________________________________ From: Chris Nighswonger [mailto:cnighswonger@foundations.edu] Sent: Thursday, January 14, 2010 8:32 PM To: savitra sirohi Cc: Fahs,Joe; koha@lists.katipo.co.nz Subject: Re: [Koha] Koha Catalog Search Problems - Email has different SMTP TO: and MIME TO: fields in the email addresses - Email has different SMTP TO: and MIME TO: fields in the email addresses Hi Joe, On Thu, Jan 14, 2010 at 11:23 PM, savitra sirohi <savitra.sirohi@osslabs.biz> wrote: Joe, That is could if you have one of more, let say bad records with "sense" in a field other than title. You can check you parser setting this way, run command: misc/sax_parser_print.pl It should say something like: [XML::LibXML::SAX::Parser] and not this: [XML::SAX::PurePerl] Just a bit of other info here: If your parser is incorrect, edit ParserDetails.ini (possibly located here: /etc/perl/XML/SAX/ParserDetails.ini) and put [XML::LibXML::SAX::Parser] at the bottom along with any other lines pertaining to it. Then re-run the check script. Kind Regards, Chris