http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #43 from Paola Rossi <paola.rossi@cineca.it> --- Thanks, Jonathan. Applying the patch is OK. I get this error message during step 3 of web installation: ---- The following error occurred while importing the database structure: ERROR 1064 (42000) at line 3320: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '| CREATE TABLE `additional_field_values` ( `id` int(11) NOT NULL AUTO_IN' ---- In installer/data/mysql/updatedatabase.pl, there a 'q' instead of 'qq' in two lines, and in kohastructure.sql the ending char of two lines is wrong [v. ENGINE=InnoDB DEFAULT CHARSET=utf8 |]. So I pass the patch to "failed QA" status. -- You are receiving this mail because: You are watching all bug changes.