• I have this
    Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/nationalhardware/public_html/wp-includes/functions.php on line 3721
    on my front page
    what does it mean?
    https://nationalhardware.com

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try disabling this plugin: Product Enquiry for WooCommerce and let us know if the problem goes away.

    Thread Starter nkwebdesign

    (@nkwebdesign)

    I disabled it and it still there. I also check this problem with another browswer and it still show up.

    Thread Starter nkwebdesign

    (@nkwebdesign)

    I changed theme and it is now gone.

    Thread Starter nkwebdesign

    (@nkwebdesign)

    The theme that was causing this problem is Avada

    Hmmm, I suggested that because the error happens immediately after the javaScript for that plugin loads.

    I would also suggest disabling all plugins to see if that has any effect. I would also ask the developer of your theme (Avada) about this.

    It can be solved by adding the following code to your theme’s/ child theme’s functions.php:

    remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 );

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘weird coding’ is closed to new replies.