As noted by Katrin on Bug 7436: ERROR 1136 (21S01) at line 1: Column count doesn't match value count at row 1 This is caused by a change to the z3950servers table, and the nb-NO z3950servers.sql file being in terrible form: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql;h=cb0ce50823f423b7efe72441cb03b6c983287332;hb=HEAD NSERT INTO `z3950servers` VALUES ('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',NULL,'primary','zed','MARC-8','') etc... Patch coming!
Created attachment 8660 [details] [review] Bug 7837 - nb-NO z3950servers.sql misses column names Fix installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql so it includes column names. To test: - Install the nb-NO language - Run through the web installer, and make sure to select the optional ("Valgfritt") z3950servers.sql file - Check there are no errors - Check that the Z39.50 errors are displayed OK in Home › Administration › Z39.50 Servers
Created attachment 8662 [details] [review] [SIGNED-OFF] Bug 7837 - nb-NO z3950servers.sql misses column names Fix installer/data/mysql/nb-NO/2-Valgfritt/z3950servers.sql so it includes column names. To test: - Install the nb-NO language - Run through the web installer, and make sure to select the optional ("Valgfritt") z3950servers.sql file - Check there are no errors - Check that the Z39.50 errors are displayed OK in Home › Administration › Z39.50 Servers Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Web installer runs without any errors now and I checked that the Z39.50 servers were imported correctly and can be edited.
QA Comment: Looks good to me.
pushed, not tested myself but looks OK and magnus will fix any problem quickly ;-)
This bug will be included in the Koha 3.6.5 release.
This bug will NOT be included in the Koha 3.6.5 release. Apologies for the confusion. It was unnecessary.