Bug 9125 - Syck parser error caused by uploading Koha Offline Circulation file
Summary: Syck parser error caused by uploading Koha Offline Circulation file
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 16:26 UTC by Kyle M Hall
Modified: 2023-06-08 22:26 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.