[Koha-bugs] [Bug 20971] Corrupted storable string breaks SubfieldsToUseWhenPrefill functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 19 00:13:47 CET 2021


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

James O'Keeffe <jamespfk at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #76224|0                           |1
        is obsolete|                            |

--- Comment #7 from James O'Keeffe <jamespfk at gmail.com> ---
Created attachment 115257
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115257&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.

Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Signed-off-by: James O'Keeffe <jamespfk at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list