https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41020
--- Comment #116 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 200287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200287&action=edit Bug 41020: (QA follow-up) Fix error handling in transport and cronjob - Guard object_class() result in Koha::MarcOrderAccount::file_transport() to avoid crashing on undef if the transport type is unrecognised - Check return value of rename_file() and delete_file() in the cronjob transport block so failures are reported rather than silently ignored - Drop 'if $verbose' guard on the download-failure message so transport errors are always visible in --confirm cron runs - Include the actual path and $! in the opendir die message to aid debugging of misconfigured download directories -- You are receiving this mail because: 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/
