dokufreaks / plugin-discussion

Add a comments section to DokuWiki pages
https://www.dokuwiki.org/plugin:discussion
GNU General Public License v2.0
35 stars 26 forks source link

Empty page after saving comment #319

Closed maddin18 closed 2 years ago

maddin18 commented 3 years ago

After pressing the "save" button in the discussion section to save my comment, I get an empty (white) page, and the browser's address bar is showing the URL of the startpage. The html source of the empty page looks like this:

<html><script type="text/javascript" id="__gaOptOutExtension">window["_gaUserPrefs"] = { ioo : function() { return true; } }</script><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body></body></html>

After I press "back" in the browser, the correct page (e. g. "playground") turns up again, including the new comment in the comment section.

Tested on "Hogfather" with Firefox 86.0 and with Chromium 87.0.4280.141.

maddin18 commented 3 years ago

It looks like the problem was caused by a problem with the btable2 plugin. Disabling btable2 fixed the problem in my Dokuwiki.