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

--- Comment #8 from Marcel de Rooy <[email protected]> ---
tools/upload-file.pl
Remove Dumper and warn please
Also from tools/upload-cover-image.pl and file-search

INSERT INTO biblioimages (biblionumber, mimetype, imagefile, thumbnail,
uploadedfileid)
The mix of upload and biblioimages like this does not look good to me.
Isn't this just a new type of cover images to be triggered by a new pref
somewhere else?
Discussion ??

In _retrieve_thumbs_images you seem to copy/save the file somewhere else
outside the uploads dir ?

tools/file-search.pl
Converted to new plugin style (Bug 13437) ???
$debug or $debug = $input->param('debug') || 0;  ???
use warnings;
no warnings 'redefine'; # otherwise loading up multiple plugins fills the log
with subroutine redefine warnings
Hmm

Did you test this under Plack too?

-- 
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/

Reply via email to