Title: Plugin issues with WP 3.5
Last modified: August 20, 2016

---

# Plugin issues with WP 3.5

 *  Resolved [redrocksrover2](https://wordpress.org/support/users/redrocksrover2/)
 * (@redrocksrover2)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-issues-with-wp-35/)
 * This plugin generates a large number of PHP undefined index and undefined variable
   issues with WP 3.5 running in debug mode. It’s unclear whether the plugin works
   as expected because I’ve been reluctant to put it to use with so many PHP notices(
   no PHP warnings or other errors are being generated that I can see).
 * 1) Activating the plugin generates several thousand characters of unexpected 
   output
 * Then, **User Meta Manager admin screen:**
 * 2) Generates several PHP notices when working in WP debug mode:
    – undefined 
   index: per_page in includes/umm-table.php – undefined variable: extra_fields 
   in includes/umm-table.php – undefined index: orderby in includes/umm-table.php–
   undefined index: order in includes/umm-table.php – undefined index: s in includes/
   umm-table.php – undefined index: umm_search_mode in includes/wmm-table.php
 * 3) Undefined index: umm_search_mode in the “Home” tab in umm-table.php
 * 4) Large number of undefined variable notices in the “Add Custom Meta” tab in
   user-meta-manager.php (vars: $type, $label, $class, $attrs, $required, $add_to_profile)
 * [http://wordpress.org/extend/plugins/user-meta-manager/](http://wordpress.org/extend/plugins/user-meta-manager/)

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

 *  Plugin Author [Jason Lau](https://wordpress.org/support/users/jason-lau/)
 * (@jason-lau)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-issues-with-wp-35/#post-3366619)
 * “no PHP warnings or other errors are being generated that I can see”
 * Undefined variables aren’t critical, which is why these are notices and not warnings
   or errors. This does not affect the functionality of the plugin or WordPress.
 * However, since you mentioned it, I will try to clear them up.
 * Thanks for the input.
 *  Plugin Author [Jason Lau](https://wordpress.org/support/users/jason-lau/)
 * (@jason-lau)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-issues-with-wp-35/#post-3366627)
 * Version 2.0.7 cleans all of the PHP notices, which were the unexpected output
   you referred to.

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

The topic ‘Plugin issues with WP 3.5’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-meta-manager.svg)
 * [User Meta Manager](https://wordpress.org/plugins/user-meta-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-meta-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-meta-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/user-meta-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-meta-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-meta-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jason Lau](https://wordpress.org/support/users/jason-lau/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-issues-with-wp-35/#post-3366627)
 * Status: resolved