Closed (fixed)
Project:
Pubcookie
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2012 at 15:29 UTC
Updated:
1 May 2013 at 21:00 UTC
Hi, I installed the 7.x-1.0 pubcookie module on a 7.16 site and enabled it. However, when I go to Modules > Pubcookie Site Access > Configure, I get a blank screen. It says "Change who may access this site" at the top of the overlay and there's nothing in the overlay. Is this a bug or did I miss a setup step? Thanks!
Comments
Comment #1
pkeyes commentedI'm having this issue too. After the "Change who may access this site" there is text field at all.
Tried disabling CKEditor to see if problem was input format but that didn't do anything. Any suggestions?
Comment #2
jvandyk commentedThis is happening because of a bug in pubcookiesiteaccess.module. It is only seen if pubcookie settings have been left at their defaults, or if ID/E-mail equivalency has been turned off. To work around it,
1. Go to the configuration page for pubcookie ( admin/config/people/pubcookie ) and make sure ID/E-mail equivalency is checked.
2. Click the Save configuration button to accept the settings form.
Now when you return to admin/config/people/pubcookiesiteaccess the form works as expected.
Comment #3
jvandyk commentedCommitted to 7.x-1.x branch.
Comment #4
pkeyes commentedWow, works perfectly now. Thank you for such a quick response.