• Resolved Oliver Campion

    (@domainsupport)


    Hi,

    We’re getting a couple of notices that we hope you can iron out in the next version …

    [21-Apr-2021 13:58:57 UTC] PHP Deprecated:  get_currentuserinfo is <strong>deprecated</strong> since version 4.5.0! Use wp_get_current_user() instead. in /wp-includes/functions.php on line 4861
    [21-Apr-2021 13:59:00 UTC] PHP Notice:  ob_end_flush(): failed to send buffer of zlib output compression (0) in /wp-includes/functions.php on line 4757

    The first is self explanatory The second one we think is due to the use of wp_ob_end_flush_all() function.

    Please advise when sorted.

    Thank you,

    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Oliver.
    We’re rewriting the whole plugin as we speak. Those errors will be definitely fixed when the new version comes out.
    At the moment I can’t guarantee that we’ll have any other “mini” releases before the big one as we want to focus on it and get it done ASAP.

    Thread Starter Oliver Campion

    (@domainsupport)

    Thank you.

    Do you have any news on the release? Is there a beta version we can test for you?

    Oliver

    Thread Starter Oliver Campion

    (@domainsupport)

    Anyone finding this thread and wants to fix this error notice, just change lines 492 and 517 of /wpide.php from …

    get_currentuserinfo()

    … to …

    wp_get_current_user()

    Oliver

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Error Notices’ is closed to new replies.