https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19420
--- Comment #20 from Marcel de Rooy <[email protected]> --- (In reply to Nick Clemens from comment #13) > (In reply to Marcel de Rooy from comment #11) > > Upload local cover image > > Upload status: Failed - (2) Root directory for uploads not defined > > No, the directory was not writable. > > This went wrong since the errcode is 2, but you forgot to add a zero entry > > in you errMsgs array. So they are one position out of sync. > > Please add a leading entry here (see also upload.tt) > > var errMsgs = [ _("File already exists"), _("Directory is not writeable"), > > _("Root directory for uploads not defined"), _("Temporary directory for > > uploads not defined") ]; > > Adjust same thing in two other places ? > Adjusted :-) Works now. Thanks -- 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/
