Closed (fixed)
Project:
Etherpad Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
21 Nov 2012 at 10:58 UTC
Updated:
10 Dec 2012 at 11:20 UTC
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
Comment #1
jagdish3625 commentedComment #2
mohit_aghera commentedChrome 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