[Koha-bugs] [Bug 20971] additem Corrupted storable string

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 21 10:28:33 CEST 2018


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

--- Comment #2 from paxed <pasi.kallinen at 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.


More information about the Koha-bugs mailing list