http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245
--- Comment #4 from Fabio Tiana <[email protected]> 2011-11-18 16:02:21 UTC --- You're welcome! Correct sql files are now attached, please check/test. Errors were related to sample_itemtypes.sql and unimarc_framework.sql. sample_itemtypes.sql INSERTs took one more field than expected by itemtypes table. I deleted the fifth value (originally set to 0 for each query), so now the fields are 6 insted of 7 (that is wrong). As to unimarc_framework.sql, the first two INSERT were performed as expected. The errors in the comments' syntax started from row 18, preventing the tables from being populated. Fabio -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
