can you check the error_log?
Would you please tell me which file and location log will be there.
Thanks!
this file exists in main folder. it may be in /public_html or /home
I re-install and install WordPress 4.0 again. It works now. I will keep you posted if see any issue again.
Thanks!
that’s nice 🙂 you make me happy a lot if you vote me.
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.