https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22919 Nabila <lovenabila@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |FIXED --- Comment #14 from Nabila <lovenabila@gmail.com> --- (In reply to Jonathan Druart from comment #13)
Nabila, you should *not* have the SQL strict modes turned on in production, so you should not have the strict_sql_modes config entry in your koha-conf.xml
Koha code is not ready yet for that, and we are forcing the non-strict modes when we established the connnection to the DB. I do not know how you face this issue if you did not explicitly set it.
However it is a bug we must fix, here is a patch.
Thank you @Jonathan. It worked! I did think that it was a problem in sql file but I did not know that sql files are not in our system and also I was not able to find the authorities_normal_marc21.sql file online to find the ROW 148. -- You are receiving this mail because: You are watching all bug changes.