+1 on this problem
Fatal error: print_r(): Cannot use output buffering in output buffering display handlers in /home1/ab47903/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 253
WP Super Cache has just been updated without me knowing.. Omg.
This WP Super Cache update broke a few things. I’m getting same error as above.
/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 253
Can’t see previews and cannot log in to WP sites with latest Super Cache update. Please fix.
Yep. Same error here. This update is broken.
Also, WP won’t return a list of pages using Search.
Any news?, same problem here.
Same here. Whats the solution?
I found the solution, just comment lines 2250 and 2251 in file wp-content/plugins/wp-super-cache/wp-cache.php
These:
//foreach( $meta as $key => $val )
//$meta[ $key ] = esc_html( $val );
And it’s done!
I made those changes based on the last changes the plugin developer done.
danielgarax solution didn’t work for me. Still no Preview, still no Search results, still cannot login (using a redirect).
Anything else I’m missing?
So strange. I did it and automatically it worked.
I just modified that file by ftp and I reload the admin panel and it worked.
This was the change I reverted: https://plugins.trac.wordpress.org/changeset/1127138
same problem here guys , any solutions
can anyone help me how do i make this changes……where should i go and edit
….will be a big help
Strange.. My site is now working as intended. I didn’t do anything.. I can now use the registration page, logging Out, previewing post without fatar error.
And lastly to prevent wordpress from auto updating:
add it in your config.php file
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );