Topic on Extension talk:WikiEditor

preview and change not working on my wiki?

6
Tetrana (talkcontribs)

I have the latest stable mediawiki (1.24) and the latest stable wikieditor

When I press on "Preview" or "Changes", it does not work, I see the spinning wheel that says "Loading", but it just spins forever and nothing happens?

I disabled those tabs in localsettings for now, but how can I find out whats causing the problem?

GBT248 (talkcontribs)

Same here with fresh install of 1.26. Is there a fix or workaround to use the buttons on top?

(PS: old wiki with 1.23.6 and WikiEditor 0.40 works well)

75.74.113.185 (talkcontribs)

I have this problem with Mediawiki 1.26 and Wiki Editor 0.5. Upgraded to mediawiki 1.28 ad the problem is still there. The preview tab wheel spins forever and looking what is happening in Chrome or Firefox debugging tools there is a 400 error from api.php that stems from the xhr request in load.php:

line 5807: "xhr.send((options.hasContent && options.data) || null);"

Note this only happens if there is some tag within the text such as \<pre\> or \<br\>

143.159.188.211 (talkcontribs)

I have this issue as well, just upgraded to MediaWiki 1.28 and still this problem. How do I post a bug report?

125.227.10.151 (talkcontribs)

I have the same problem with 1.27. I found out the api.php return a message in chrome debugger which said that preview functionality have to open the read permission.

Adding $wgGroupPermissions['*']['read'] = true; 

It's work well for me.

Reply to "preview and change not working on my wiki?"