Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Emre Vona

    (@emrevona)

    can you check the error_log?

    Thread Starter javahonk

    (@javahonk)

    Would you please tell me which file and location log will be there.

    Thanks!

    Plugin Author Emre Vona

    (@emrevona)

    this file exists in main folder. it may be in /public_html or /home

    Thread Starter javahonk

    (@javahonk)

    I re-install and install WordPress 4.0 again. It works now. I will keep you posted if see any issue again.

    Thanks!

    Plugin Author Emre Vona

    (@emrevona)

    that’s nice 🙂 you make me happy a lot if you vote me.

    Thread Starter javahonk

    (@javahonk)

    Sure

    Plugin Author Emre Vona

    (@emrevona)

    thank you so much

    Thread Starter javahonk

    (@javahonk)

    Hi Emre – Finally I found why when we do enable WP Fastest cache shows blank page:

    As you know recently I updated to WordPress version 4 after that WordPress started giving me below error:

    Notice: ob_end_flush(): failed to delete buffer zlib output compression in
    /hermes/bosnaweb04a/b1195/mysite/wordpress/wp-includes/functions.php on line 3092

    To disable above Notice I modified and commented out below part in functions.php page as below:

    function wp_ob_end_flush_all() {
    $levels = ob_get_level();
    //for ($i=0; $i<$levels; $i++)
    //ob_end_flush();

    }

    When I do comment out above part WP Fastest Cache doesn’t work.

    Would you please assist what is the solution?

    Thank you so much.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Cache system enable shows blank page’ is closed to new replies.