So, my Drupal site is not reflecting any CSS changes I make. I've tried doing a hard cache of the site, I've tried multiple browsers, I've checked the actual stylesheet on the server to make sure it's copying over (the stylesheet reflects the changes, but the actual site does not). I've, of course, gone to the clear cache section under configuration/performance on the admin panel. I have gone into the FTP and manually deleted the cache. I have cleared my own browsers' cache. The CSS files are going in the correct folder (I've checked that, too!). I have done literally everything I can think of. I have tried toggling the aggregate & compress css options on and off, clearing the cache in between. I inspected the page source, and it is definitely still presenting with the old CSS.

Every attempt at debugging has led me to believe that this has something to do with the DNS not refreshing. I read somewhere that someone made some kind of changes to the A Name Record. I've set the TTL to 1/2 hr, reset the A Name Record manually, and I removed the forwarding I had on the domain, just in case.

These are the things I have done. People of Stack Overflow, what am I missing? I've scoured the net for a solution, and nobody who's had this problem has found a solution. Has anyone had this problem and fixed it? What did you do? Any ideas?

::edit:: I just wanted to add that I'm using Skeleton Theme as a base.

::edit edit:: I've also used Devel to Rebuild the Theme Registry.

::edit edit edit:: Ok. The plot thickens. I went to look at the theme installation, to see if there was any way I could change the theme out, to see if it would reset- The theme selected was Garland.... I'm using/displaying Skeleton. It would seem perhaps there's some kind of directory issue, where Drupal is searching for changes in another theme folder? Could that be it? How could that be?

Comments

kreynen’s picture

Status: Active » Closed (duplicate)

Since you've cross posting this to both Stack Overflow and Drupal.org, I'm going to answer there since this isn't an issue with the kit itself.

http://stackoverflow.com/questions/16149136/drupal-7-server-or-caching-i...

jcolding’s picture

Thanks!