https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28110
Bug ID: 28110
Summary: YAML::XS minimum version should be 0.67, not 0.41
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 27673
Bug 27673 lowered the required version of YAML::XS from 0.71 to 0.41, but we
use $YAML::XS::Boolean which has been introduced in 0.67.
https://metacpan.org/pod/distribution/YAML-LibYAML/lib/YAML/XS.pod#$YAML::XS::Boolean-(since-v0.67)
Having an older version results in errors while saving ES mappings:
An error occurred when updating Elasticsearch index mappings: Unable to update
mappings for index "koha_elastic5_biblios". Reason was: "Could not convert
[isbn__sort.index] to boolean". Index needs to be recreated and reindexed.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27673
[Bug 27673] Replace YAML with YAML::XS
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/