hfr / dokuwiki-plugin-asciidocjs

Plugin to use asciidoc in DokuWiki
GNU General Public License v2.0
0 stars 0 forks source link

asciidoc plugin prevent mediamanager.php from working #6

Open paulz1 opened 3 months ago

paulz1 commented 3 months ago

Our Dokuwiki version is 2024-02-06a "Kaos". We use asciidocjs plugin version 2023-09-23

We discovered that asciidoc plugin broke the dokuwiki's page for uploading media.

When we edit a page and click on button "Add images and other files (opens in a new window)". It will open a new window, but this window is grayed out and no html form is presented.

We could copy the URL of this page, it something like : https://our_domain/lib/exe/mediamanager.php?ns=...

We try to open it in a new tab, but the result is the same (the page is grayed out).

In both cases we could see the html code of the page (using Ctrl-U), but not the page.

If we disable asciidoc plugin : this mediamanger dialog starts working again.

Standard Media Manager (not linked with any page) works even with enabled asciidoc plugin. I didn't find any trace of errors on the server or in dokuwiki logs. In the browser console I could see some errors, but they don't seem to be relevant (but my knowledge of js, css, html etc is limited).