Drupal Losing its Stylesheets
There seems to exist a bug in Drupal 6, where placing a theme into a site-specific theme folder (i.e. sites/example.com/themes) will frakk up the caching.
While the theme might work at first, after the next cron run (supposedly), the theme will only output the HTML as defined by the template files, but without any CSS information. This happens to all users, whether anonymous or logged in.
Clearing the theme cache will resolve the problem temporarily – until the next cron run (and the next irate phone call by a customer ... >_<).
Moving the theme to sites/all/themes will solve the problem and keep you sane – which still poses the question what is wrong with the code in the first place. I will keep you posted – after all, this did not just happen to me alone, but other people too. *pheeew*.


Post new comment