Topic on Talk:MediaWiki 1.35

Error contacting the Parsoid/RESTBase server: (curl error: 7) Couldn't connect to server

7
Sccotty (talkcontribs)

Getting this error when trying to use the visual editor. Can create a new page fine but cannot save them (same error).

MediaWiki 1.35.1
PHP 7.3.25 (apache2handler)
MariaDB 10.3.27-MariaDB
ICU 63.1

Any help is appreciated.

Jaideraf (talkcontribs)
2003:C0:4F1B:CB40:78F1:237A:6989:B7B9 (talkcontribs)

Meine Lösung:

setsebool -P httpd_can_network_relay 1

Vick Dolce (talkcontribs)

sudo setenforce 0

worked for me! SELINUX causing problems.

Xiangpeng.zhang (talkcontribs)

@Jaideraft

this section didn't provide a really solution, just an explication.

178.88.191.208 (talkcontribs)

Try to add next line to your LocalSettings.php

$wgCanonicalServer = "http:||localhost:80";

178.88.191.208 (talkcontribs)

|| replace with //