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

tribe_of_dan’s picture

I should also note that I tried 'Flush Advagg Cache' and 'Rebuild Advagg Cache' but no change.

mikeytown2’s picture

Can you try the latest dev and see if that fixes it?

omega8cc’s picture

You 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.

tribe_of_dan’s picture

I'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.

tribe_of_dan’s picture

Status: Active » Fixed

I 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.

mikeytown2’s picture

omega8cc’s picture

Yes, I linked it in #3 above.

mikeytown2’s picture

Title: CSS messing and Javascript not enabled after upgrade to 6.x-1.8 in certain browsers » Security Kit: Compatibility with AdvAgg module.
Project: Advanced CSS/JS Aggregation » Security Kit
Version: 6.x-1.8 » 6.x-1.3
Component: Miscellaneous » Code
Priority: Major » Normal
Status: Fixed » Active

Moving this issue over to the Security Kit issue queue.

p0deje’s picture

Assigned: Unassigned » p0deje

Thanks for reporting, I'll investigate the problem

p0deje’s picture

Status: Active » Closed (won't fix)

I 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.