https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427 --- Comment #19 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #17)
This seems to break scripts like stage-marc-import and tools/upload.pl. I am still testing a bit but after successfully uploading one file, I am not able to upload anymore. Also saw this error: stage-marc-import.pl: YAML::Tiny does not support C4::BackgroundJob references at /usr/local/share/perl/5.20.2/Data/Session/Serialize/YAML.pm line 18.,
That can be fixed using DataDumper or FreezeThaw instead of YAML as serializer. (In reply to Marcel de Rooy from comment #18)
Data::Session creates a CGI object. And we do not like that in scripts like upload-file.pl that call check_cookie_auth (calling get_session). The created CGI object in this case makes the upload disappear. Other scripts may have issues too going the similar cookie_auth way..
I do not know how to fix that. -- You are receiving this mail because: You are watching all bug changes.