From 13059f123c8dccc5e015ecec045b504f8688c24e Mon Sep 17 00:00:00 2001 From: Zoranzoki21 Date: Sun, 28 Jan 2018 13:56:02 +0000 Subject: [PATCH] Improve MediaWiki's lock file error message when uploading files Bug: T181453 Change-Id: I1e78d5eadd19c5cf203b8f4bbc8ab6d533307a15 --- languages/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 8d4b9522c2..3726ae9ed5 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1713,7 +1713,7 @@ "lockmanager-fail-closelock": "Could not close lock file for \"$1\".", "lockmanager-fail-deletelock": "Could not delete lock file for \"$1\".", "lockmanager-fail-acquirelock": "Could not acquire lock for \"$1\".", - "lockmanager-fail-openlock": "Could not open lock file for \"$1\".", + "lockmanager-fail-openlock": "Could not open lock file for \"$1\". Make sure your upload directory is configured correctly and your web server has permission to write to that directory. See https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:$wgUploadDirectory for more information.", "lockmanager-fail-releaselock": "Could not release lock for \"$1\".", "lockmanager-fail-db-bucket": "Could not contact enough lock databases in bucket $1.", "lockmanager-fail-db-release": "Could not release locks on database $1.", -- 2.20.1