Title: PHP Error Notices
Last modified: April 21, 2021

---

# PHP Error Notices

 *  Resolved [Oliver Campion](https://wordpress.org/support/users/domainsupport/)
 * (@domainsupport)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/php-error-notices-5/)
 * 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)

 *  [WebFactory](https://wordpress.org/support/users/webfactory/)
 * (@webfactory)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/php-error-notices-5/#post-14347452)
 * 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](https://wordpress.org/support/users/domainsupport/)
 * (@domainsupport)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-error-notices-5/#post-14591245)
 * 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](https://wordpress.org/support/users/domainsupport/)
 * (@domainsupport)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/php-error-notices-5/#post-15174441)
 * 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.

 * ![](https://ps.w.org/wpide/assets/icon-256x256.png?rev=2769504)
 * [WPIDE - File Manager & Code Editor](https://wordpress.org/plugins/wpide/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpide/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpide/)
 * [Active Topics](https://wordpress.org/support/plugin/wpide/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpide/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpide/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Oliver Campion](https://wordpress.org/support/users/domainsupport/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/php-error-notices-5/#post-15174441)
 * Status: resolved