A week or so ago my site occasionally lost it's CSS styling, coincidental with the 6.19 upgrade. I'm running the Garland theme and it is the only theme enabled on the site. Today, I have the basic layout, but none of the images are showing and it seems content to stay that way. When I look at the home page source I see lines like this:

<link type="text/css" rel="stylesheet" media="all" href="/sites/all/modules/admin_menu/admin_menu.css?m" />

Anyone know why I am getting the ?m at the end? All the css and js references end the same way. The letter at the end does change too, I've had an 0 and a t as well.

If I enable the bandwidth optimizations all CSS styling disappears, and reappears when I disable it again.

Oddly enough, I am running a second site using the same code with it's settings in the sites/ folder and it seems to be working just fine....

Comments

marcusthijm’s picture

It's a way for Drupal to make sure it's not working with a cached version of your stylesheet.

Check: http://www.google.nl/search?q=site%3Adrupal.org+css+questionmark

tschewe’s picture

I gather that this isn't part of my problem then. I guess I will have to redeploy my virtual machine backup and recreate the content since then....