Bug 9125

Summary: Syck parser error caused by uploading Koha Offline Circulation file
Product: Koha Reporter: Kyle M Hall <kyle>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P5 - low CC: dcook, gmcharlt, katrin.fischer, kyle.m.hall
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22824
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Kyle M Hall 2012-11-21 16:26:55 UTC
I can't pinpoint what is going on yet but here is what is happening.

Some .koc file, when uploaded, result in the following error:
Syck parser (line 2435, column 8): syntax error at /usr/lib/perl5/YAML/Syck.pm line 72

It seems that the entire koc file is serialized as YAML at some point by C4::BackgroundJob, and it doesn't like the data.
Comment 1 Katrin Fischer 2019-04-28 09:42:57 UTC
Kyle, do you know if this is still valid in current versions? (filed 2012)
Comment 2 David Cook 2022-08-22 01:32:02 UTC
Since we've moved away from YAML::Syck, this one is invalid I think. Probably not an issue these days anymore anyway.