https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17427
--- Comment #18 from Marcel de Rooy <[email protected]> --- 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.. -- 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/
