https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26548
--- Comment #7 from Fridolin SOMERS <[email protected]> --- (In reply to Fridolin SOMERS from comment #6) > I see the error when upgrading from 19.11 : > > DBD::mysql::db do failed: You have an error in your SQL syntax; check the > manual that corresponds to your MariaDB server version for the right syntax > to use near '' at line 1 [for Statement " > INSERT IGNORE INTO systempreferences ( `variable`, `value`, > `options`, `explanation`, `type` ) VALUES > ('DefaultLongOverdueSkipLostStatuses', '', NULL, 'Skip these lost > statuses by default in longoverdue.pl', 'Free'), > "] at ./src/installer/data/mysql/updatedatabase.pl line 22388. By changing in installer/data/mysql/updatedatabase.pl : - local $dbh->{RaiseError} = 0; + local $dbh->{RaiseError} = 1; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
