As soon as I installed the 6.17, I was getting the white screen of death.
I've tried quite a few different settings. I have it pinpointed to to the "Optimize CSS files". As soon as I turn this on, it gives me the wsod. I had no issues before.

The aggregated css file is being written to the sites/default/files/css.
The js file works fine.

Can't figure this one out.
Don't know what other info to give. Hopefully someone else had this problem after the update. Not for sure if it was the update, or something I did.

I do have the boost module on. I've tried changing settings on that as well.

I have 37 css files. Seems to still run in IE (whew). So I need to get this fixed before it figures out I have 31+ (lol)

I did a search and found some tips, but nothing seemed to help
Thanks for "any" help you can give.

Comments

vm’s picture

what theme is in use? and if custom did you build from a base theme? if so what was it?

TAZ01’s picture

Thanks for the reply.
I've been using cti_flex before and after.

I read your question, and it gave me an idea to try another theme. I switched it to Garland, turned on the css in the performance and it worked fine (it did not bring up the white screen), BUT, it did not seem to use the Garland css. It appeared to not have any css (just basic text).

Here is my website if you (or anyone) see anything out of the ordinary in the code
http://www.attitudecustompainting.com

I have it on the cti_flex theme

Thanks again!

TAZ01’s picture

Well, I did quite a bit of research and testing and still can't get this resolved.

Here is what I did this weekend.

I reinstalled the 6.16 core modules.
I reinstalled the default cti-flex directory (zen is in the same directory. No changes to Zen)
sites/all/themes/zen
sites/all/themes/cti_flex

Still a blank screen (WSOD) once I turn on the optimize css in the performance section.
The js works fine.

I checked the sites/default/files/css and one css file is being written in that directory (I was thinking there should be more than one).

It's only the cti-flex theme that is getting the wsod. All the core modules work fine when optimize css is on.

I had this working fine before I upgraded to 6.17. But something went awry. It still does not work even when I re-installed the 6.16 core modules.
I've cleared cache, "run updates", turned off boost....

Any ideas or help would be appreciated.

vm’s picture

sounds like something theme specific and should be filed as a bug or support request in the issue queue of the theme in question

yktdan’s picture

Me too. No answers yet, but a few more symptoms that may provide a clue.
1) no problems prior to 6.17 upgrade (other than while debugging theme - frequent WSOD if css cache not off when making change and then turned on). Running with rebuild theme turned on.
2) Can run ok with Garland or Zen Classic - our theme is a zen subtheme.
3) After turning css cache off and our theme on the admin theme page works as does one of our primary pages but not the home page which gets WSOD. If I then turn on css caching, some pages still work but home page now gets "not found".
4) watchdog messages - PHP error
Invalid argument supplied for foreach() in /home/nynjtcn/public_html/d6.nynjtc.net/includes/theme.inc on line 1817.
array_keys() [function.array-keys]: The first argument should be an array in /home/nynjtcn/public_html/d6.nynjtc.net/includes/theme.inc on line 1817.
5) theme.inc line 1817
// Load all region content assigned via blocks.
foreach (array_keys($regions) as $region) {
// Prevent left and right regions from rendering blocks when 'show_blocks' == FALSE.
if (!(!$variables['show_blocks'] && ($region == 'left' || $region == 'right'))) {
$blocks = theme('blocks', $region);
}
else {
$blocks = '';
}

Walt Daniels

yktdan’s picture

The patch (http://drupal.org/node/444228 post #117) should be
applied.

Our mistake was to update to 6.17 without the patch we had applied to 6.16.

Walt Daniels

scoobie’s picture

I get the following results:

patching file includes/common.inc
Hunk #1 FAILED at 2951.
1 out of 1 hunk FAILED -- saving rejects to file includes/common.inc.rej

However, a little research and I did figure out what to edit by hand.

jaminah’s picture

Hi! Do you have an idea how to disable/undo "CSS optimization" in performance settings?
It also gives me a WSOD I can't access my site now.

Thanks!