Closed (outdated)
Project:
CCK Field Privacy
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jun 2010 at 20:00 UTC
Updated:
21 Apr 2016 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
likewhoa commentedupdate, seems like clicking anything will not bring page to normal nor set a lock on field.
Comment #2
Solldara commentedAlready deleted one site because of this.
Now I've got it again - no idea how to get rid of it without deleting and starting again.
Help please.
More detail:
Pop up box appears with a grey diamond with a camera/lock or some kind of icon.
Won't allow me to click any link to access any part of the site as box appears.
I can click on close on the popup and the popup disappears but when I try to get into admin or click any menu link the pop up box appears again.
I've tried restarting server - that didn't help.
I can't access drupal via normal means because of popup
Comment #3
obsidiandesign commentedI'm going to need more information - Drupal version #, JQuery version #, PHP version, etc. I'm not sure how it would suddenly appear, so I need to know exactly the setup that is causing it.
Comment #4
Solldara commentedI'm not ignoring you but I think I may know whats causing it so I've deleted site again and am trying again. I'll update this later this pm.
(I have got one site working perfectly inbetween these two deleted sites)
Comment #5
obsidiandesign commentedNo problem, I just won't be able to provide any more help until Tuesday; I was trying to get this cleared up yesterday before I left.
Thanks,
Bryan
Comment #6
likewhoa commentedDrupal version 6.17
JQuery version 6.x
PHP version 4.3.5
Httpd NGINX 0.8.36
Anything else you need?
Comment #7
obsidiandesign commented@likewhoa - using PHP version 4.3.5 is probably the issue; I don't have a way to test against PHP4, but I'll see if I can get a VM going with it to test the issue further. With PHP4 being EOL, I'm not sure I see a reason to support it, especially in the 6.x branch of the module, but I will investigate further.
Comment #8
likewhoa commentedsorry for the typo but it's actually on php-5.2.1
Comment #9
vishun commentedI am encountering this issue also and it appears that it might be related to a slue of errors received that can be seen with Firebug Console..
uncaught exception: Syntax error, unrecognized expression: [@type='checkbox']http://img.vishun.com/ae39734a42e58c7f416fcb8a9705bfeb.png this starts occurring as soon as the lock icon is clicked. I was able to spot the AJAX post for a few seconds, but the errors make it disappear too quickly to read fully. The response is blank but it does seem to be trying to post. Didn't notice any other errors at that time but perhaps it was from the previous loop of errors.
My setup:
Drupal 6.19
jQuery Update 6.x-2.0-alpha1 (jQuery version 1.3.2)
CCK Field Privacy - 6.x-1.x-dev
jQuery Impromptu - drupal: 6.x-1.x-dev // javascript lib: version 3.1
On Firebug Console I have almost all "show ... errors" enabled
Comment #10
alexgreyhead commentedAlso looks like exactly the same problem - looks like a client-side JS issue? - is occurring here: Drupal 6.19, current recommended version of jQuery Impromptu, Google Chrome, recommended version of CCK Field Privacy, recommended jQuery lib.
Comment #11
kenorb commentedthe same problem
Comment #12
phpninjas commentedThe problem occurs with later versions of jQuery. The issue is because of the "@" selector which is (probably) no longer supported by jQuery.
Simple fix to the issue: open modules/cck_field_privacy/cck_field_privacy.js, go to line 31 and remove the "@" symbol from "$("input[@type='radio']", this)".
Check patch.
Comment #13
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.