Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Icons missing #689

Open
kkireyev opened this issue Nov 3, 2022 · 7 comments
Open

Button Icons missing #689

kkireyev opened this issue Nov 3, 2022 · 7 comments

Comments

@kkireyev
Copy link

kkireyev commented Nov 3, 2022

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
Copy link
Owner

turnermm commented Nov 4, 2022

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
Copy link
Author

kkireyev commented Nov 4, 2022

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
Copy link
Owner

turnermm commented Nov 5, 2022

Which template are you using?

@kkireyev
Copy link
Author

kkireyev commented Nov 7, 2022

bootstrap3, it looks like:
image

@turnermm

This comment was marked as outdated.

@turnermm turnermm closed this as completed Nov 7, 2022
@turnermm turnermm reopened this Nov 7, 2022
@turnermm
Copy link
Owner

turnermm commented Nov 7, 2022

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
Copy link

Cnote43 commented Nov 10, 2022

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.

  • I don't think the previously posted console error is related to this. A relevant console error message is: GEThttps://wiki-test.wildsagecohousing.org/lib/plugins/ckgedit/ckeditor/plugins/headerbuttons/icons/SH.png?t=J39A [HTTP/2 403 Forbidden 277ms]
  • All folders on that path are readable by user/group/other. The SH.png (and other) files do exist and are also readable by all.
  • This problem appeared immediately after upgrading to Igor. The toolbar appeared normal on Hogfather. I upgraded using the upgrade extension.
  • This is the only issue we've encountered since upgrading.
  • I tried disabling all installed extensions except for ckgedit, but the problem remains.

We welcome any advice you might have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants