Title: Some errors
Last modified: August 21, 2016

---

# Some errors

 *  Resolved [LehaMotovilov](https://wordpress.org/support/users/lehamotovilov/)
 * (@lehamotovilov)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/some-errors-6/)
 * Warning array_pop() expects parameter 1 to be array, null given 1
    wp-content/
   plugins/debug-bar-slow-actions/debug-bar-slow-actions.php:63
 * Warning Invalid argument supplied for foreach() 1
    wp-content/plugins/debug-bar-
   slow-actions/debug-bar-slow-actions.php:88
 * Notice Undefined index: time 1
    wp-content/plugins/debug-bar-slow-actions/debug-
   bar-slow-actions.php:88
 * Notice Undefined index: count 1
    wp-content/plugins/debug-bar-slow-actions/debug-
   bar-slow-actions.php:93
 * [https://wordpress.org/plugins/debug-bar-slow-actions/](https://wordpress.org/plugins/debug-bar-slow-actions/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Konstantin Kovshenin](https://wordpress.org/support/users/kovshenin/)
 * (@kovshenin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/some-errors-6/#post-4595790)
 * Should be fixed in 0.8.2, thanks for reporting!
 *  Thread Starter [LehaMotovilov](https://wordpress.org/support/users/lehamotovilov/)
 * (@lehamotovilov)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/some-errors-6/#post-4595791)
 * Всегда пожалуйста 🙂
 *  [OriginalEXE](https://wordpress.org/support/users/originalexe/)
 * (@originalexe)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/some-errors-6/#post-4595837)
 * I experienced the same issue, fixed by changing this:
    `$time = array_pop( $this-
   >flow['wp_footer']['stack'] );` to this:
 *     ```
       $time = ( ! empty( $this->flow['wp_footer'] ) && is_array( $this->flow['wp_footer']['stack'] ) )
       			? array_pop( $this->flow['wp_footer']['stack'] )
       			: false;
       ```
   
 * on line 63 in debug-bar-slow-actions.php
 * Thanks for the great plugin!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Some errors’ is closed to new replies.

 * ![](https://ps.w.org/debug-bar-slow-actions/assets/icon-256x256.png?rev=981156)
 * [Debug Bar Slow Actions](https://wordpress.org/plugins/debug-bar-slow-actions/)
 * [Support Threads](https://wordpress.org/support/plugin/debug-bar-slow-actions/)
 * [Active Topics](https://wordpress.org/support/plugin/debug-bar-slow-actions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debug-bar-slow-actions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debug-bar-slow-actions/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [OriginalEXE](https://wordpress.org/support/users/originalexe/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/some-errors-6/#post-4595837)
 * Status: resolved