https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24719
--- Comment #3 from David Cook <[email protected]> --- Created attachment 99550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99550&action=edit Remove use of CGI in C4::Context::set_remote_address() This patch removes the CGI module usage, as it was causing file upload problems for scripts like /cgi-bin/koha/tools/stage-marc-import.pl Test plan: 1. Set koha_trusted_proxies in koha-conf.xml to 1.1.1.1 2. Clear Memcached 3. Try to upload MARCXML file to /cgi-bin/koha/tools/stage-marc-import.pl 4. Note that form below "Upload progress" never appears and errors show in browser console 5. Apply the patch 6. Try to upload MARCXML file to /cgi-bin/koha/tools/stage-marc-import.pl 7. Note that form appears below "Upload progress" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
