Viewing 15 replies - 1 through 15 (of 29 total)
  • awrymag

    (@awrymag)

    +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

    Thread Starter winterluke

    (@winterluke)

    WP Super Cache has just been updated without me knowing.. Omg.

    mcstar

    (@mcstar)

    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.

    Endymion00

    (@endymion00)

    Yep. Same error here. This update is broken.

    mcstar

    (@mcstar)

    Also, WP won’t return a list of pages using Search.

    danielgarax

    (@danielgarax)

    Any news?, same problem here.

    jeditricks

    (@jeditricks1337)

    Same here. Whats the solution?

    danielgarax

    (@danielgarax)

    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.

    mcstar

    (@mcstar)

    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?

    WPyogi

    (@wpyogi)

    danielgarax

    (@danielgarax)

    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

    sanjitbais

    (@sanjitbais)

    same problem here guys , any solutions

    sanjitbais

    (@sanjitbais)

    can anyone help me how do i make this changes……where should i go and edit
    ….will be a big help

    Thread Starter winterluke

    (@winterluke)

    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.

    Thread Starter winterluke

    (@winterluke)

    And lastly to prevent wordpress from auto updating:

    add it in your config.php file

    define( ‘AUTOMATIC_UPDATER_DISABLED’, true );

Viewing 15 replies - 1 through 15 (of 29 total)

The topic ‘Error on Previewing Post/Logging Out etc’ is closed to new replies.