Misafir adlı üyeden alıntı: mesajı görüntüle
Wp-config.php debug kismini true yaparak hatayi gorebilirsiniz.
Notice: ob_end_flush(): failed to send buffer of zlib output compression (1) in /home/bereketsarrafi/public_html/wp-includes/functions.php on line 5373 bu çıktı. fakat kontrol ettiğimde 5373'uncu satır kodu bu
function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
ob_end_flush();
}
}