https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16835

--- Comment #2 from Bob Ewart <bob-ew...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to