https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16920 --- Comment #21 from Marc Véron <veron@veron.ch> ---
2) In your mysql client use your Koha database and execute: > DELETE FROM systempreferences; > SOURCE ~/kohaclone/installer/data/mysql/sysprefs.sql; -- Should be no errors.
SOURCE: - First I had an error related to Bug 16920. - With this patch applied on top of 16920, I get following error: ERROR 1064 (42000): 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 '' at line 546 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16920 [Bug 16920] sysprefs.sql - missing comma for MaxOpenSuggestions -- You are receiving this mail because: You are watching all bug changes.