• Just wanted to let you know that your plugin is generating this warning in my dashboard, you may want to check to see if the buffer exists before flushing.

    <b>Notice</b>: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in <b>…./wp-content/plugins/http-https-remover/http-https-remover.php</b> on line <b>54</b><br />

    Thanks,
    Josh

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also getting the same error:

    [18-Dec-2018 23:30:20 UTC] PHP Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /home/*/public_html/wp-content/plugins/http-https-remover/http-https-remover.php on line 54

    It’s flooding my debug log by thousands of entries every day, meaning I have to delete the log a few times a day.

    I’ve turned on debugging because something is flooding my error logs with the below and I’m trying to work out what it is. This plugin error is the only thing debug is picking up.

    [18-Dec-2018 23:18:03 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/*/public_html/wp-includes/class-wp-hook.php on line 277

    [18-Dec-2018 23:18:03 UTC] PHP Warning: next() expects parameter 1 to be array, null given in /home/*/public_html/wp-includes/class-wp-hook.php on line 291

    [18-Dec-2018 23:18:03 UTC] PHP Warning: current() expects parameter 1 to be array, null given in /home/*/public_html/wp-includes/class-wp-hook.php on line 275

    If you could let us know when there is a fix for this issue, it would be appreciated.
    Thanks.

    I think I have the same issue. When I turned on the debug option in wp-config.php I saw this error. I get this same error no matter if the plugin active or inactive (could be an issue to do with the wp multisite install, too idk)

    Would you kindly take a look into this situation please?
    Could it be so because my website has a different setting than your plugin expects? Where does the plugin stores its data which it has to flush?

    Could be irrelevant though, but as I searched online I’ve read an article about some other plugin that its developer was mentioning ob_flush() is not a good option(whatever that means :/ )

    Below is the exact error line;

    Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /wp-content/plugins/http-https-remover/http-https-remover.php on line 54

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘failed to delete and flush buffer’ is closed to new replies.