• Hi there,

    I am having lots of PHP Notice on the log:
    PHP Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in (…) /plugins/eu-cookie-law/class-frontend.php on line 185

    It should be:
    if (ob_get_length() > 0) {
    ob_end_clean();
    }

    Thanks

  • The topic ‘PHP Notice: ob_end_clean()’ is closed to new replies.