29 Sep
2016
29 Sep
'16
7:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16835 --- Comment #2 from Bob Ewart <bob-ewart@bobsown.com> --- The problem is caused by STRICT_TRANS_TABLES. Delete it from my.cnf and restart mysql search_field.type is an enum and '' is not one of the listed values which causes STRICT_TRANS_TABLES to throw an error. I still think 'data truncated' is not very descriptive of the error, but that's mysql (or mariadb's) problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.