restlessminded / dokuwiki-plugin-svgEmbed

A dokuwiki plugin that allows the use of the standard media syntax, but SVG files are placed with the <embed> tag, not the <img> tag.
GNU General Public License v2.0
1 stars 2 forks source link

I can't activate svgEmbed #15

Closed Big-bros closed 2 years ago

Big-bros commented 2 years ago

Hi, I have installe svgEmbed on dokuwiki. When I go to the admin page,, i can see the plugin, i can press the "activate" button but nothing happens. Well, the button changes but it doesn't seem to activate anything (and if i come back on the admin page, it is still desactivated) I tried to put $conf['svGembed'] = 1 manually but nothing happens. My dokuwiki version is "Release 2022-07-31 Igor"

restlessminded commented 2 years ago

How did you install it?

When I go to the Extension Manager I don't see any "activate" buttons, I see "Enable" or "Disable". Are we talking about the same thing?

image

Big-bros commented 2 years ago

I installed it manually (copying the files in the plugin directory under svgEmbed) (because i have this error but it is not the subject here :-) image

In my extension manager, i can see svgEmbed image

If i click "enable", the button label toggles to "disable" but in fact, nothing happens. If i refresh the page, the button label is back to "enable" and my svg files are still in < img > tags.

restlessminded commented 2 years ago

Now that one is a puzzler!

I am assuming you are running this on Linux. Make sure that your web server has access to the directories by chowning and chmoding to the right user and permissions (I ran into not having the right user on a set of plugins once and having a related issue before). Also, check out these suggestions to see if any of them are relevant to the issue.

restlessminded commented 2 years ago

Also, I assume the proxy issues are because of a corporate network? (I know how that goes; I deal with that at work, too, so I copy and install or upgrade things manually on our departmental wiki.)

Big-bros commented 2 years ago

I assume the proxy issues are because of a corporate network? Probably, yes.

I'm not on linux... I'm on windows (10). This is just some kind of local experimentation (no one except me use it) and my computer use windows, so i don't think it's a user issue. What i understand is that it is probably more a problem with my install of dokuwiki than with this specific plugin. I'll try to install another plugin and see if i have the same problem... I'll write here if i have some more info Thanks

Big-bros commented 2 years ago

I reinstalled it, probably a better way... It seems to works now. Thanks

restlessminded commented 2 years ago

I'm glad that you got it resolved!