• error generated

    Versione 6.4.2
    Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.mysite.com/home/wp-includes/functions.php on line 5373

    Notice: ob_end_flush(): Failed to send buffer of zlib output compression (1) in /web/htdocs/www.mysite.com/home/wp-includes/functions.php on line 5373

    I would like to point out that the error persists even when everything is disabled, including the theme.
    Website placed in ‘Diagnostic Mode – Enabled’
    Indicted string or script of that line
    function wp_ob_end_flush_all() {
    $levels = ob_get_level();
    for ( $i = 0; $i < $levels; $i++ ) {
    ob_end_flush();
    }
    }

    ————————————————————————-

    Replacing the function.php file with the MARCH 30, 2023 version solves the problem.
    I tested replacing the function file of the latest versions but the site goes out

    OPS! SERVER SET TO PHP 8.1

    • Questo topic è stato modificato 9 mesi, 2 settimane fa da alexbyby.
    • Questo topic è stato modificato 9 mesi, 2 settimane fa da alexbyby.
Stai visualizzando 1 risposte (di 1 totali)
  • Chi ha creato la discussione alexbyby

    (@alexbyby)

    The error seems stable with the server set
    from version PHP 7.0
    To version PHP 8.3
    Always on the screen permanently, obviously setting in wp-config.php
    define (‘WP_DEBUG’,true);

    Even with Diagnostic Mode – Enabled


    Nice nuisance.
    Greetings.

    • Questa risposta è stata modificata 9 mesi, 2 settimane fa da alexbyby.
    • Questa risposta è stata modificata 9 mesi, 2 settimane fa da alexbyby.
Stai visualizzando 1 risposte (di 1 totali)
  • Il topic ‘mysite\wp-includes\function.php’ è chiuso a nuove risposte.