Anyone experiencing caching problems in Drupal 5.19??
I recently upgraded a website to drupal 5.19, and ever since updating, I am forced to run cron.php, and in some cases even clear the cache to see any changes I make to my style sheets, and/or .tpl files.
Also, around style, in firebug my style.css file is showing as 0f2ab7e0...62c1a.css
I am using Firefox 3.5.2 and Firebug 1.4.2
Anyone else experiencing issues like this?
Groups:
Login to post comments

Ical feed
Isn't this the expected
Isn't this the expected behavior? Perhaps I'm missing something, but it sounds like you're just describing how caching works. If you have CSS caching and aggregation turned on, it's going to generate those randomly-named files to serve statically. Installing the dev module helps, as it gives you an easily accessible way to clear the cache; or turning off caching while you're actively developing is another option.
oh...
I see now, I turned off aggregate and compress CSS files, and that has fixed my "problem"
Thank you for helping me see the light, I thought I was losing my mind :)