On 3 November 2016 at 21:58, Doug Dearden <[email protected]> wrote: > Hello all, > > I am migrating to a new server and upgrading Koha at the same time. I > installed the latest stable release of Debian Jessie, and the latest version > of Koha using the packages. Using koha-restore <instance> I successfully > migrated two instances. I did have to fix the koha-conf.xml files along with > the zebra config files to get things working right for dom indexing. I am > getting errors when trying to install the third and final instance. I > checked the edits in the config files, tried doing a koha-remove followed by > another koha-restore, and followed that up with koha-create-dirs just to make > sure I didn't miss anything. I keep getting this error when I hit the staff > client: > Software error: > not well-formed (invalid token) at line 34, column 5, byte 1422 at > /usr/lib/x86_64-linux-gnu/perl5/5.20/XML/Parser.pm line 187.
Just a hunch, but could it be that an edit of koha-conf.xml went wrong, and the XML is no longer well formed? Maybe try something like this, to see if you get any errors: $ sudo xmllint --format --noout /etc/koha/sites/<your instance name>/koha-conf.xml If that gives no output my hunch is wrong. :-) Best regards, Magnus Enger Libriotech _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

