• Resolved kfawcett

    (@kfawcett)


    All of a sudden I have started getting this error and my server is crashing.

    On all my sites I’m getting this notification at the top. “Recently an error occurred while creating the CSS / JS minify cache: Some files “

    With the server apache logs reporting this:

    [warn] mod_fcgid: read data timeout in 30 seconds
    [Tue Jan 25 00:35:26 2011] [error] [client 173.230.136.68] Premature end of script headers: index.php

    I upped the timeout to 90 seconds. But it seems the script still needs more time.

    [warn] mod_fcgid: read data timeout in 91 seconds
    [Tue Jan 25 00:35:26 2011] [error] [client 173.230.136.68] Premature end of script headers: index.php

    Completely disabling W3 Total Cache on all my sites seems to of made the issue go away.

    Any idea what could be causing this?

Viewing 1 replies (of 1 total)
  • Thread Starter kfawcett

    (@kfawcett)

    Update: I figured out what was causing this.

    I had the s2Member plugin installed and I was minifying its’ CSS and JS files. I then deactivated s2Member. But it was at least a day in between deactivating it and getting this error. Guessing because it was already in the cache until then.

    To fix it, I went into each sites’ W3TC configuration file and set minify to false.

    I then went into WP admin and re-enabled W3TC on each site, went into the minify settings and removed the no longer need JS and CSS files, purged the cache, and then re-enable minify.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: W3 Total Cache] Recently an error occurred while creating the CSS / JS minify cache: Some f’ is closed to new replies.