michael-dev / dokuwikietherpadlite

Etherpad-Lite plugin for dokuwiki
13 stars 5 forks source link

doesn't seem to work with DW 2015-08-10 "Detritus" #14

Closed Poukram35 closed 7 years ago

Poukram35 commented 8 years ago

Hi, dokuwikietherpadlite doesn't seem to work DW last version, 2015-08-10 "Detritus", I don't see any icon in toolbar... Do you plan to update the plugin ? Because it seems to be very interesting and complementary to DW.

Thanks Olivier

michael-dev commented 8 years ago

I'll likely update this plugin before I update my dokuwiki installations. Thought, there is no schedule. Patches welcomed.

ghost commented 8 years ago

@Poukram35 tested the latest stable release of Dokuwiki "Detritus" with the Etherpad-lite plugin, and it runs without issues.

Do you use a special template? Which Etherpad-Lite version do you use? Could you check your Etherpad-Lite log, web server log and browser console for errors?

Poukram35 commented 8 years ago

Hi, I tested again with a clean installation of detritus. Now I can see the icon but when I click on the icon I have this error : "JSON response could not be decoded" (see the attached image) by default 2015-10-22 a 11 51 41

ghost commented 8 years ago

The "shared cookie-domain for etherpad lite" seems to be wrong (the reason for the document.domain error on the console)

My example dokuwikietherpadlite plugin config looks similar to: bildschirmfoto von 2015-10-22 12 20 27

And what are your changes at the Etherpad-Lite config file?

About the JSON error, you could have a look at issue https://github.com/michael-dev/dokuwikietherpadlite/issues/11

GreenItSolutions commented 8 years ago

Hi all, I resolve this issue by modifying parameter in dokuwiki configuration after basic installation :

In DW config, etherpad-lite section

1) field plugin etherpadlite etherpadlite_url

2) field plugin etherpadlite etherpadlite_apikey

3) field plugin etherpadlite etherpadlite_group

4) field plugin etherpadlite etherpadlite_domain

5) Enjoy

michael-dev commented 7 years ago

With respect to etherpadlite_group configuration variable: It is not the dokuwiki group of users permitted to use this plugin. Instead, etherpadlite also has the concept of groups and a pad needs to be assigned to a group for some security features to work. So this is only configurable to be able to isolate users from different dokuwiki instances sharing a etherpad lite host.