replace ouput404 for
$errorMsg = t("error_can_not_locate_file", "File can not be located, please try again later.");
$errorMsg = t("file_download_error", "Error").': ' . $file->errorMsg;
/* if no file found, redirect to home page */
redirect(getCoreSitePath() ...