[Plugin: WP Super Cache] Bugreport Late_init 0.9.9
-
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
- The topic ‘[Plugin: WP Super Cache] Bugreport Late_init 0.9.9’ is closed to new replies.