Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreated...
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Thu, 17 Sep 2015 10:23:49 +0000 (13:23 +0300)
committerFrédéric Demians <f.demians@tamil.fr>
Tue, 23 Aug 2016 10:33:03 +0000 (12:33 +0200)
commitd9def60267c1eb8aaacf4958de3bbddbace27621
tree6649004e0abcab0ccecb17bd944ff055a6b5bd5c
parent3a5e20809c191ed5773e70f09c0096d14cade6c9
Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted.

No idea how to replicate this issue but we have been getting several reports
about the following error:

Software error:

Corrupted storable string (binary v2.9) at /usr/lib/perl/5.18/Storable.pm line
417, at /home/koha/kohaclone/cataloguing/additem.pl line 375.

TEST PLAN:
1. Add or modify an Item.
2. No observed changes.
?. We don't know what causes this but we know that add/modify Item occasionally
   crashes due to failure of a cookie thawing.

This patch prevents the whole program from dying, because this error is not
critical enough to warrant dying.
Also there is no centralized mechanism in Koha for showing messages to the
user, so there is no easy and convenient way to warn the user that the:
'LastCreatedItem'-cookie or the systempreference 'PrefillItem' is
malfunctioning.

So we instead just warn to the server logs with the malfunctioning cookie in
hopes of nailing down what causes the issues.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 9237fe676336f5908a9acc26a3b70b70d25602ae)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
cataloguing/additem.pl