[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?
The topic ‘[Plugin: Plugin Organizer] Undefined index and Undefined variables when debugging’ is closed to new replies.