fix save error in visualeditor
This commit is contained in:
parent
2135144c32
commit
2c6efb83d8
1 changed files with 8 additions and 1 deletions
|
|
@ -36,7 +36,14 @@ $wgServer = "https://wiki.rd13server.de";
|
||||||
#$wgServer = "http://192.168.178.5:8090";
|
#$wgServer = "http://192.168.178.5:8090";
|
||||||
|
|
||||||
# May cause Visual editor error Curl 7 in this case change setting
|
# May cause Visual editor error Curl 7 in this case change setting
|
||||||
$wgForceHTTPS = false;
|
$wgForceHTTPS = true;
|
||||||
|
|
||||||
|
# Suppress Errors because of this issu: https://phabricator.wikimedia.org/T264735
|
||||||
|
# After update to MW >=1.38 erneut löschen und Prüfen ob das Problem behoben wurde.
|
||||||
|
# Dies unterdruckt nur das Problem: CURLPIPE_HTTP1 is no longer supported
|
||||||
|
# This is related to:
|
||||||
|
# <b>Warning</b>: curl_multi_setopt(): CURLPIPE_HTTP1 is no longer supported in <b>/var/www/html/includes/libs/http/MultiHttpClient.php</b> on line <b>455</b><br />
|
||||||
|
error_reporting(0);
|
||||||
|
|
||||||
# Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops
|
# Fix to solve net::ERR_HTTP2_PROTOCOL_ERROR 200 in Browsers other than Firefox in Desktops
|
||||||
$wgDisableOutputCompression = true;
|
$wgDisableOutputCompression = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue