[Koha-bugs] [Bug 16886] New: Error / success reporting in 'Upload patron images' tool is broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 8 22:16:52 CEST 2016


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

            Bug ID: 16886
           Summary: Error / success reporting in 'Upload patron images'
                    tool is broken
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: gmcharlt at gmail.com
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

The patron image tool can correctly process images, however, the variables
needed for returning results are global and broken (the script itself documents
this issue) and plack errors out when trying to access them.

The results now are limited to 'success' for a 100% successful file and
'failed' when there is an error

logs:
Variable "@counts" is not available at
/home/vagrant/kohaclone/tools/picture-upload.pl line 228.
Variable "$filetype" is not available at
/home/vagrant/kohaclone/tools/picture-upload.pl line 240.
Variable "$uploadfilename" is not available at
/home/vagrant/kohaclone/tools/picture-upload.pl line 241.

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


More information about the Koha-bugs mailing list