• Resolved danielaccorsi

    (@danielaccorsi)


    After activate the plugin, WordPress shows me the error below on footer (only on the page where I show feed):

    Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in […]/wp-includes/functions.php on line 4344

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor contactashish13

    (@rozroz)

    @danielaccorsi we don’t use any ob_* functions in the plugin. So this could be a conflict with the theme or another plugin. Can you please disable all components and reactivate them one at a time to see where this is coming from so that we can then try to reproduce it at our end?

    Thread Starter danielaccorsi

    (@danielaccorsi)

    @rozroz Thanks!! I will verify my instalation and find which plugin is causing the conflict. Then I post here…

    Thread Starter danielaccorsi

    (@danielaccorsi)

    @rozroz I fixed inserting this line on funcions of the theme:

    remove_action( ‘shutdown’, ‘wp_ob_end_flush_all’, 1 );

    I dont know why, but is not showing the error anymore.
    Thanks ??

    • This reply was modified 4 years, 10 months ago by danielaccorsi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ob_end_flush() error’ is closed to new replies.