https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42404
--- Comment #24 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 200843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200843&action=edit Bug 42404: (follow-up) Die on upload directory creation failure The mkdir call in _store_upload silently continued if the directory could not be created, leading to a confusing move_to failure later. Die immediately with a descriptive message; the caller's catch block will return a 500 to the client. -- 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/
