31 May
2021
31 May
'21
12:30 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28489 --- Comment #6 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Data::Dumper, which the default serializer uses, seems to produce iso-latin-1 strings: https://www.perlmonks.org/?node_id=759457 Our database connection is configured for utf8mb4 so that could be the issue here. I don't know if we can fix this from koha code other than by changing the database connection to iso-latin-1 for the sessions table. Or maybe changing sessions table to iso-latin-1 could make this work automatically? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.