Title: [Plugin: WP-DBManager] index does not exist errors
Last modified: August 20, 2016

---

# [Plugin: WP-DBManager] index does not exist errors

 *  [gxxaxx](https://wordpress.org/support/users/gxxaxx/)
 * (@gxxaxx)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-dbmanager-index-does-not-exist-errors/)
 * In version 2.63 of plugin there are a few spots that give warnings about the 
   undefined index. I only mention this in case if might help you with improving
   the plugin.
 * I have warnings on because I’m in development mode.
 * Down around line 185 add something like:
 *     ```
       if (isset($backup_options['repair']) && isset($backup_options['repair_period'])) {
          $repair = intval($backup_options['repair'])*intval($backup_options['repair_period']);
       } else {
          $repair = 0;
       }
       ```
   
 * Then around line 400 modify the line to be:
 *     ```
       if(isset($_POST['Submit']) && $_POST['Submit']) {
       ```
   
 * [http://wordpress.org/extend/plugins/wp-dbmanager/](http://wordpress.org/extend/plugins/wp-dbmanager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-dbmanager-index-does-not-exist-errors/#post-2307922)
 * Thanks for the reply! Yeap, I am going to get rid of all the notices when I have
   the time =)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-DBManager] index does not exist errors’ is closed to new 
replies.

 * ![](https://ps.w.org/wp-dbmanager/assets/icon.svg?rev=977538)
 * [WP-DBManager](https://wordpress.org/plugins/wp-dbmanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dbmanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dbmanager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dbmanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dbmanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dbmanager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-dbmanager-index-does-not-exist-errors/#post-2307922)
 * Status: not resolved