Closed (won't fix)
Project:
Security Kit
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Apr 2012 at 23:25 UTC
Updated:
9 Sep 2012 at 00:12 UTC
I recently upgraded from 6.x1.6 to 6.x-1.8 and now I'm getting some errors. In Safari (as seen on iOS 5.1 and Snow Leopard) my CSS doesn't display at all. In Firefox and Chrome (on Mac) CSS displays by I get notices like 'You don't have Javascript enabled.' from Hierarchical_Select exposed filters.
I'm running my sites on nginx (BOA) so this is on pressflow 6.24. Marking as major because site isn't displaying for Safari users.
Nothing in Asyncronous debug info except what is expected. See also: http://drupal.org/node/1526738.
Comments
Comment #1
tribe_of_dan commentedI should also note that I tried 'Flush Advagg Cache' and 'Rebuild Advagg Cache' but no change.
Comment #2
mikeytown2 commentedCan you try the latest dev and see if that fixes it?
Comment #3
omega8cc commentedYou seem to use Security Kit module - it is displayed in headers: #1526738: Asynchronous debug info: css_missing
This module may cause serious issues for some JS and/or CSS stuff, so try to disable it for debugging first.
Comment #4
tribe_of_dan commentedI've disabled Security kit module but I'm not around a Mac just now. I will let update when I know. Thanks for the quick response.
Comment #5
tribe_of_dan commentedI disable security kit and tested on Safari on iOS 5.1 and on Snow Leopard. The javascript notice has gone away and css shows up fine. It looks like this was security kit module. Thanks for you help.
Comment #6
mikeytown2 commentedIs this the module? http://drupal.org/project/seckit
Comment #7
omega8cc commentedYes, I linked it in #3 above.
Comment #8
mikeytown2 commentedMoving this issue over to the Security Kit issue queue.
Comment #9
p0deje commentedThanks for reporting, I'll investigate the problem
Comment #10
p0deje commentedI didn't mange to reproduce the bug, but "JS + CSS +Noscript" option requires strict order HTML elements, so it's probably messed up. I'm not sure if it's possible to resolve the issue, try disabling mentioned above setting.
Sorry for such a long delay.