• We’re seeing these PHP Notices that we receive emails about from our host:

    PHP Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /kunder/serveb_xxxx/wpxxx/public/wp-content/plugins/wp-external-links/includes/class-wpel-front.php on line 70

    Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /kunder/serveb_xxxx/wpxxx/public/wp-content/plugins/wp-external-links/includes/class-wpel-front.php on line 70

    Recommendation – check for a valid buffer before clearing:

    if (ob_get_contents()) ob_end_clean();

    • This topic was modified 3 years, 9 months ago by Mark Zahra.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    Thanks for letting us know! We will look into it and try to fix it in the next version if we manage to reproduce it.

    Please copy/past the technical info from the Support tab of WP External Links if you can.

    Thread Starter Mark Zahra

    (@markzahra)

    Can I send that info via email instead? If so, please provide the email address.

    Thread Starter Mark Zahra

    (@markzahra)

    @talextech I never received a reply to my question and these notices are still appearing in our logs on a daily basis.

    Will this be worked on any time soon as it has become a nuisance?

    Plugin Author WebFactory

    (@webfactory)

    We were not able to reproduce the bug you described on a clean installation so it has to be a conflict with another plugin.

    We don’t provide email support for free plugins.

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