It seems like I'm very close to having an installation of 3.2.6, but I'm receiving the following error(s): not well-formed (invalid token) at line 119, column 5, byte 5167 at /usr/lib/perl5/XML/Parser.pm line 187 BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 28. Compilation failed in require at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. BEGIN failed--compilation aborted at /usr/share/koha/opac/cgi-bin/opac/opac-main.pl line 22. This is line 187 from Parser.pm: $result = $expat->parse($arg); Can anyone suggest any solutions? Thank you. Rob G. -- View this message in context: http://koha.1045719.n5.nabble.com/invalid-token-in-parser-pm-tp4293985p42939... Sent from the Koha - Discuss mailing list archive at Nabble.com.
This was the result of a corruption in the koha-xml.conf file. Some extra spaces were added here: < password>library This needs to look like this: library Corrected that and changed the password for kohauser at the same time. Have posted this in case someone else has similar problems. Rob G. -- View this message in context: http://koha.1045719.n5.nabble.com/invalid-token-in-parser-pm-tp4293985p42941... Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Sun, Apr 10, 2011 at 9:29 AM, Suvarob <suvarob@yahoo.com> wrote:
This was the result of a corruption in the koha-xml.conf file. Some extra spaces were added here: < password>library This needs to look like this: library
Corrected that and changed the password for kohauser at the same time.
Have posted this in case someone else has similar problems.
You do think it is a bug in the installer? What kind of install did you do? (packages, tar.gz, etc). Please provide the steps you've followed so we can check if there's a problem in the installer. Did you edit koha-conf.xml by hand for some reason during your setup? Regards To+
participants (2)
-
Suvarob -
Tomas Cohen Arazi