[Koha-bugs] [Bug 20564] Error 500 displays when uploading patron images with a zipped file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 10 15:41:49 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20564

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #11 from Nick Clemens <nick at bywatersolutions.com> ---
The issue seems to be the call to system():

tools/upload-cover-image.pl:
107         unless ( system( "unzip", $filename, '-d', $dirname ) == 0 ) {
108             $error = 'UZIPFAIL';
109         }

This prints the reults to STDOUT, that is where the '   inflating' that upsets
apache comes from

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list