Title: Undefined array key &#8220;is_running&#8221;
Last modified: February 17, 2025

---

# Undefined array key “is_running”

 *  Resolved [arlingtoner](https://wordpress.org/support/users/arlingtoner/)
 * (@arlingtoner)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/undefined-array-key-is_running/)
 * I am running 1.16.8 of Total Upkeep. I turned on debugging on my WordPress site
   and noted the following in my debug.log after running a backup and copying it
   to my local disk:
 * [16-Feb-2025 21:15:46 UTC] PHP Warning: Undefined array key “is_running” in /
   volume1/web_packages/wordpress/wp-content/plugins/boldgrid-backup/admin/class-
   boldgrid-backup-admin-in-progress.php on line 508
   [16-Feb-2025 21:15:51 UTC] 
   PHP Warning: Undefined array key “is_running” in /volume1/web_packages/wordpress/
   wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-in-progress.
   php on line 508[16-Feb-2025 21:15:56 UTC] PHP Warning: Undefined array key “is_running”
   in /volume1/web_packages/wordpress/wp-content/plugins/boldgrid-backup/admin/class-
   boldgrid-backup-admin-in-progress.php on line 508[16-Feb-2025 21:16:01 UTC] PHP
   Warning: Undefined array key “is_running” in /volume1/web_packages/wordpress/
   wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-in-progress.
   php on line 508[16-Feb-2025 21:16:06 UTC] PHP Warning: Undefined array key “is_running”
   in /volume1/web_packages/wordpress/wp-content/plugins/boldgrid-backup/admin/class-
   boldgrid-backup-admin-in-progress.php on line 508[16-Feb-2025 21:16:11 UTC] PHP
   Warning: Undefined array key “is_running” in /volume1/web_packages/wordpress/
   wp-content/plugins/boldgrid-backup/admin/class-boldgrid-backup-admin-in-progress.
   php on line 508
 * and thought that you might be interested.
 * In the following, Line 508 is the one that begins “$response[‘is_killed’
 *     ```wp-block-code
       		if ( Boldgrid_Backup_Admin_Test::is_getpgid_supported() ) {			$response['is_running'] = self::is_running();			$log->add( 'Backup process running: ' . ( ! $response['is_running'] ? 'No' : 'Yes (pgid = ' . self::getpgid() . ')' ) );		}		$response['is_killed'] = false === $response['is_running'] && ! is_bool( $response['is_success'] ) && empty( $response['boldgrid_backup_error'] );		if ( $response['is_killed'] ) {
       ```
   

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

 *  [Elana Davis](https://wordpress.org/support/users/elanasparkle/)
 * (@elanasparkle)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/undefined-array-key-is_running/#post-18310804)
 * Hello [@arlingtoner](https://wordpress.org/support/users/arlingtoner/),
 * Thank you for bringing the warnings in the debug.log to our attention! These 
   warnings can typically be ignored and do not affect the system’s functionality.
   However, I’ve gone ahead and created a [developer ticket](https://github.com/BoldGrid/boldgrid-backup/issues/614)
   for you to ensure this is reviewed further.
 * We appreciate your feedback.
   Elana D.
 *  [Elana Davis](https://wordpress.org/support/users/elanasparkle/)
 * (@elanasparkle)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/undefined-array-key-is_running/#post-18327426)
 * Hello [@arlingtoner](https://wordpress.org/support/users/arlingtoner/), 
   I wanted
   to let you know we have this resolved in our next update. This should be coming
   out soon, if you have further questions, do not hesitate to reopen a topic, and
   we will continue from there!
 * Thanks
   Elana D.
 *  Thread Starter [arlingtoner](https://wordpress.org/support/users/arlingtoner/)
 * (@arlingtoner)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/undefined-array-key-is_running/#post-18327803)
 * Nice to see even noncritical issues addressed. A tidy debug.log helps debugging
   and is appreciated even though, I hope, it isn’t the most important thing that
   you got done this week. In any case, a big 👍(hopefully a thumbs up emoji) for
   your extra effort.

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

The topic ‘Undefined array key “is_running”’ is closed to new replies.

 * ![](https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952)
 * [Total Upkeep – WordPress Backup Plugin plus Restore & Migrate by BoldGrid](https://wordpress.org/plugins/boldgrid-backup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/boldgrid-backup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/boldgrid-backup/)
 * [Active Topics](https://wordpress.org/support/plugin/boldgrid-backup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/boldgrid-backup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/boldgrid-backup/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [arlingtoner](https://wordpress.org/support/users/arlingtoner/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/undefined-array-key-is_running/#post-18327803)
 * Status: resolved