javahonk
Forum Replies Created
-
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 3092To 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.
Sure
I re-install and install WordPress 4.0 again. It works now. I will keep you posted if see any issue again.
Thanks!
Would you please tell me which file and location log will be there.
Thanks!
Of course!
Thanks!
Thanks Emre yeah. After deactivate, remove and re-install issue is fixed.
Thanks!
Sure. I have many pages in cache I don’t want to remove all. Is there any other alternative to keep old page in cache, remove and install plug-in again.
Thanks!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] How to delete tag from postJust wanted to add: If plug-in is adding this tag to all content then there should be some way to remove it as well or not add at all. It’s giving big headache after seeing my post everywhere tag added without any solution.
I tried to delete it from SQL query but not successful yet probably I have to spent more time on this.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] How to create all files cache?Thanks.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] How to create all files cache?Thanks. Just because of curiosity: Is there any plan in future to provide this functionality (Just thought: Important good to have it)
Thanks!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] How to delete tag from postThanks!