cosmocode / edittable

Plugin to provide a custom editor for tables in DokuWiki
https://www.dokuwiki.org/plugin:edittable
32 stars 26 forks source link

Formatting buttons disappear after installing EditTables #155

Open tim-southland opened 6 years ago

tim-southland commented 6 years ago

After installing EditTables on DocuWiki, all formatting buttons disappear. Uninstalling EditTables makes them appear again.

edittables

I'm running the TurnKey Linux Docuwiki.

splitbrain commented 6 years ago

Thanks for opening the issue. Unfortunately your issue does not contain enough information.

Your issue should contain everything that might help in analyzing and reproducing the issue. That includes but isn't limited to:

Thanks for your help.

PS: You may want to refer to How to Ask Questions the Smart Way for more tips on improving your issue creation game ;-)

raimocom commented 6 years ago

I experienced the exact same problem just now. Extensions EditTable seemed to trigger it. But the real reason was a cache buffer overrun in Nginx. Causing net::ERR_INCOMPLETE_CHUNKED_ENCODING error messages in browsers JavaScript console.

Fix described here: https://github.com/Microsoft/WSL/issues/2100