http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7837 Priority: P5 - low Change sponsored?: --- Bug ID: 7837 CC: gmcharlt@gmail.com Assignee: magnus@enger.priv.no Summary: nb-NO z3950servers.sql misses column names QA Contact: koha.sekjal@gmail.com Severity: normal Classification: Unclassified OS: All Reporter: magnus@enger.priv.no Hardware: All Status: NEW Version: master Component: Installation and upgrade (web-based installer) Product: Koha 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/mys... NSERT INTO `z3950servers` VALUES ('z3950.loc.gov',7090,'Voyager','','','LIBRARY OF CONGRESS',1,0,0,'USMARC',NULL,'primary','zed','MARC-8','') etc... Patch coming! -- You are receiving this mail because: You are watching all bug changes.