Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/59386
Change subject: (bug 47203) beta: disable filebackend for math
......................................................................
(bug 47203) beta: disable filebackend for math
Beta does not have all the production backends. Generating math would
thus produce the error:
No backend defined with the name `global-multiwrite`.
Simply disable the math backend.
Change-Id: If808611bcb1115a8a77384c4418255f0ddd81f7f
---
M wmf-config/CommonSettings-labs.php
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/86/59386/1
diff --git a/wmf-config/CommonSettings-labs.php
b/wmf-config/CommonSettings-labs.php
index 9d2102d..d06ac30 100644
--- a/wmf-config/CommonSettings-labs.php
+++ b/wmf-config/CommonSettings-labs.php
@@ -68,4 +68,9 @@
$wgUseInstantCommons = true;
}
+# Backends:
+if( $wmgUseMath ) {
+ $wgMathFileBackend = false;
+}
+
} # end safeguard
--
To view, visit https://gerrit.wikimedia.org/r/59386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If808611bcb1115a8a77384c4418255f0ddd81f7f
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits