Bug 13567

Summary: Searching for system preferences broken
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: System AdministrationAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2015-01-13 06:55:42 UTC
Searching for a system preference from the top search or the search on the administration start page results in an error:

Software error:

Cannot decode string with wide characters at /usr/lib/perl/5.18/Encode.pm line 176.


The search term used was "date".
Comment 1 Jonathan Druart 2015-01-13 14:11:47 UTC
Looks ok on master with perl 5.20.1.
Looks good on sandboxes too, with perl 5.10.1.
Comment 2 Katrin Fischer 2015-01-13 14:12:36 UTC
I will retest - it appeared on my master installation this morning.
Comment 3 Katrin Fischer 2015-01-18 16:43:53 UTC
Not sure what caused the problem in the first place, but I no longer see the bad behaviour in my installation.

Thx for testing Jonathan!