http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637

Eric Bégin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Eric Bégin <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
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