Title: [Plugin: Plugin Organizer] Undefined index and Undefined variables when debugging
Last modified: August 20, 2016

---

# [Plugin: Plugin Organizer] Undefined index and Undefined variables when debugging

 *  Resolved [jpbacon](https://wordpress.org/support/users/jpbacon/)
 * (@jpbacon)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-plugin-organizer-undefined-index-and-undefined-variables-when-debugging/)
 * Hello!
 * First of all… great plugin. It’s hard to find something this unique and of genuine
   utility come along in WordPress.
 * It was recommended to me that I should develop in debug mode (`define('WP_DEBUG',
   true);`). Having turned it on, however, plugin-organizer.php, PluginOrganizer.
   class.php, and all of the other files are throwing multiple undefined notices.
 * I’m not very proficient with PHP, but is this just something I should go through
   and make conditional? i.e. `if ( !empty())` or `!isset()`, etc? Is this an improvement
   that could be made in the original plugin?
 * [http://wordpress.org/extend/plugins/plugin-organizer/](http://wordpress.org/extend/plugins/plugin-organizer/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-plugin-organizer-undefined-index-and-undefined-variables-when-debugging/#post-2692625)
 * Undefined variable warnings are generally ignored because they are just that,
   warnings. You should never have that level of error catching turned on in production
   and undefined variables wont hurt anything.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Plugin Organizer] Undefined index and Undefined variables when
debugging’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-plugin-organizer-undefined-index-and-undefined-variables-when-debugging/#post-2692625)
 * Status: resolved