http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637 Eric Bégin <eric.begin@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.begin@inLibro.com --- Comment #1 from Eric Bégin <eric.begin@inLibro.com> --- I encounter this problem for a client that moved his Koha database on MySQL 5.6. A temporary fix I did was to force the sql_mode to NO_ENGINE_SUBSTITUTION (removing the STRICT_TRANS_TABLES) on the connection time. I added the following line in Context.pm $dbo->do("set SESSION sql_mode='NO_ENGINE_SUBSTITUTION'"); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.