• Hello dear friends
    Do not be tired
    I recently saw two errors in the debug file that were too much, thank you for your help

    [01-Jul-2020 10:54:38 UTC] PHP Notice: ob_end_flush (): failed to send buffer of zlib output compression (0) in /home/–/public_html/wp-includes/functions.php on line 4609

    [01-Jul-2020 10:54:40 UTC] PHP Notice: Trying to get property ‘post_type’ of non-object in /home/–/public_html/wp-includes/class-wp-query.php on line 4146

Viewing 1 replies (of 1 total)
  • Tyler

    (@tylerthedude)

    Hi there,

    These are just notices from PHP, so they are not any real errors which need to be addressed. However, if you’d like to address them then we can walk through why they’re occurring. The first notice has to do with an issue zlib output compression. These notices are typically intermittent, so you can just ignore them. If you need to remove the notice, then you could try temporarily disabling the zlib extension.

    For the second notice, it’s probably due to some sort of plugin you have installed. You could try temporarily deactivating the plugins and see if the notice goes away. If it does, then you will want to activate each plugin individually until you find the culprit(s).

Viewing 1 replies (of 1 total)
  • The topic ‘error debug’ is closed to new replies.