Hi kyle_mathews,
Thanks for such a awesome module. I am integrating etherpad on drupal 7. As far as integration is concerned every thing is working fine, but i have one minor issue.

When i access etherpad in crome and IE then it shows the error "You do not have permission to access this pad"
where as in other browsers like firefox and safari it is working fine. Do you have any idea regarding this type of scenario ?

Thanks
Mohit

Comments

jagdish3625’s picture

Priority: Normal » Major
mohit_aghera’s picture

Assigned: Unassigned » mohit_aghera
Status: Active » Fixed

Chrome doesn't remember cookies for http://localhost
ince eplite relies on cookies and localhost doesn't allow them to be set (since its a toplevel domain) ep lite won't work. maybe we should detect whether cookies are supported and display a warning if not.

A workaround is editing /etc/hosts and setting something like local.host to 127.0.0.1

Check it out here:https://github.com/ether/etherpad-lite/issues/761

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.