turnermm / ckgedit

CKEditor integrated into Dokuwiki
https://www.dokuwiki.org/plugin:ckgedit
GNU General Public License v2.0
59 stars 50 forks source link

Button Icons missing #689

Open kkireyev opened 1 year ago

kkireyev commented 1 year ago

Hi! I see buttons are missing on ckgedit plugin for DokuWiki:

ckgedit_buttons

Perhaps the issue is that I have: Installed version: 2022-10-06 Your last update: Wed, 02 Nov 2022 22:35:55 -0500

and according to https://www.dokuwiki.org/plugin:ckgedit 2022-07-31 "Igor" is the last compatible with DokuWiki?

turnermm commented 1 year ago

In my tests, this doesn't occur with php 7.2 or 8.1 with ckgedit version 2022-10-06, which is the current version. If you have web developer tools installed in your browser, check your console for any javascript errors. There is possibly a conflict between ckgedit and another plugin.

kkireyev commented 1 year ago

Hi @turnermm ! Thanks for your response. Yes I get the following error in the dev console:

Failed to load source map: Could not load content for https://[our domain]/lib/plugins/icons/assets/material-design-icons/css/materialdesignicons.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

turnermm commented 1 year ago

Which template are you using?

kkireyev commented 1 year ago

bootstrap3, it looks like:

image
turnermm commented 1 year ago

I will need more detail. Running the dokuwiki on a Linux server PHP 8, Windows 11 and both firefox and edge,

turnermm commented 1 year ago

As I said above, I cannot reproduce your error. I tested on a Linux server running PHP 8, with a dokuwiki running Igor and bootstrap 3. I accessed this dokuwiki from a Windows 11 desktop using both Edge and Firefox. Also, I cannot locate anything that relates to material design icons and bootstrap 3.

Judging from the message in your browser console, there may be some icons missing from your installation.
See this for the error code that was returned: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect It could turn out that there was an overload.

Cnote43 commented 1 year ago

I'll jump in here, as I'm the primary manager of the Dokuwiki instance that @kkireyev is posting about. It seems clear, based on your responses, that this is not a ckgedit issue. I'll add a few more details here, though, in case you have any thoughts on how to troubleshoot this.

We welcome any advice you might have.