21 Jun
2018
21 Jun
'18
10:28 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20971 --- Comment #2 from paxed <pasi.kallinen@joensuu.fi> --- Created attachment 76224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76224&action=edit Bug 20971: additem Corrupted storable string Sometimes additem.pl will complain about "Storable::thaw failed to thaw LastCreatedItem-cookie.", see bug 14844. Now, actually fix the bug. The bug is caused by trying to URI (un)escape MARC::Record, binary data. We'll use a base64 url-safe version instead. -- You are receiving this mail because: You are watching all bug changes.