https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564
Saiful Amin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #15 from Saiful Amin <[email protected]> --- (In reply to Nick Clemens from comment #12) > Created attachment 76807 [details] [review] > Bug 20564: Don't use system to unzip files > > To test: > 1 - Setup a zip file for patron images and cover images > 2 - Test each tool > 3 - Get a '500 error' after upload (note images do upload and attach) > 4 - Apply patch > 5 - Restart all the things > 6 - Test agtain, uploads should complete and results display This is great patch, except for a typo. It worked only after I changed this line in tools/picture-upload.pl [17.11.5]: qx/unzip $filename -d $dirname/; with this: qx/unzip $tempfile -d $dirname/; The patch can be modified accordingly before it can be signed off. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
