mysite\wp-includes\function.php
-
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 5373Notice: 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 outOPS! SERVER SET TO PHP 8.1
- Il topic ‘mysite\wp-includes\function.php’ è chiuso a nuove risposte.