• Hi

    just a small bug report, at least I think it is one, but I’ve been wrong before. I tried your example to include dynamic content.

    <!–mclude file.php–>
    <?php include_once( ABSPATH . ‘file.php’ ); ?>
    <!–/mclude–>

    When I do that and activate “Late init” then I get the error

    Warning: gzuncompress() [function.gzuncompress]: data error in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 253 ($uncompressed = gzuncompress( $cache );)

    As soon as I disable it, the error disappears.

    Problem also appeared in earlier versions of WordPress. Maybe you only need to add a few checks here and there? But it’s not a serious problem anyway.

    This might help:
    https://www.mydigitallife.info/2010/01/17/workaround-to-fix-php-warning-gzuncompress-or-gzinflate-data-error-in-wordpress-http-php/

    _____________________________
    Just an info for myself.
    When you forget a space you will get the following errors:

    Warning: gzuncompress() [function.gzuncompress]: data error in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php on line 253

    Parse error: syntax error, unexpected T_DEC in /wp-content/plugins/wp-super-cache/wp-cache-phase1.php(259) : eval()’d code on line 371
    _________________________________________

    Looks like Supercache 1.0 is on the way! Good stuff. Are you considering integrating some minify features?

    Best,
    Oliver

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Donncha O Caoimh (a11n)

    (@donncha)

    You really should upgrade to 0.9.9.9. That may fix the compression problem you’re seeing!

    I thought about adding minify, but I think I’ll leave until after 1.0 as I don’t want to introduce anything too big just for 1.0.

    Thread Starter Oliver Krautscheid (oliversk)

    (@soliver)

    Yep, I am using 0.9.9.9 already not 0.9.9. Also it only happens when you enable late-init, I will try to reproduce the bug on some other sites when I have time.

    Glad to hear you are considering minify, I am really looking forward to it because it can boost performance quite a bit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Super Cache] Bugreport Late_init 0.9.9’ is closed to new replies.