Title: [Plugin: Register Plus Redux] conflicting plugin
Last modified: August 19, 2016

---

# [Plugin: Register Plus Redux] conflicting plugin

 *  Resolved [thelazyecomom](https://wordpress.org/support/users/thelazyecomom/)
 * (@thelazyecomom)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/)
 * I am getting this error message:
 * There is another active plugin that is conflicting with Register Plus Redux. 
   The conflicting plugin is creating its own wp_new_user_notification function,
   this function is used to alter the messages sent out following the creation of
   a new user. Please refer to [http://radiok.info/blog/wp_new_user_notification-conflicts/](http://radiok.info/blog/wp_new_user_notification-conflicts/)
   for help resolving this issue.
 * These are the plugins I have installed:
 * Akismet
    Amazon Reloaded for WordPress AutoChimp BackUpWordPress bbPress Integration
   bbPress Live Business Directory Capability Manager Categories to Tags Converter
   Importer Easy Embed embed bbpress Emo Vote Geo Mashup Google Analytics for WordPress
   Iframe Embedder Invite Anyone MailChimp Framework Mingle My Page Order Network
   Publisher Page Tagger PuSHPress Quotes Collection Register Plus Redux RSS Includes
   Pages s2Member SI CAPTCHA Anti-Spam Sidebar Login Social Media Email Alerts SurveyGizmo
   TDO Mini Forms W3 Total Cache Wordpress Flash Uploader WPhone WP Roles at Registration
   WP Show IDs YouTube widget
 * Any thoughts?

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

 *  Thread Starter [thelazyecomom](https://wordpress.org/support/users/thelazyecomom/)
 * (@thelazyecomom)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1733927)
 * thanks in advance
 *  [mikey312](https://wordpress.org/support/users/mikey312/)
 * (@mikey312)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734219)
 * I have the same issue and the only plugin I have that you do is. Akismet I tried
   to remove that and it didn’t work.
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734229)
 * I had to download each and every one of these plugins to figure it out, but I’ve
   finally isolated your problem to TDO Mini Forms. Now, to figure out how to resolve
   the issue… eh. Regardless, you can confirm this is the offending plugin by disabling
   it, the conflict message should go away.
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734287)
 * This conflict should be resolved in version 3.7.0 of Redux.
 *  [John O](https://wordpress.org/support/users/jossoway/)
 * (@jossoway)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734288)
 * Hi – I’m getting the same error message. The error message disappeared when I
   deactivated ‘Register Plus Redux Export Users’.
 * I am using Register Redux version 3.7.3.
 * Will this likely be the same conflict?
 *  Anonymous User 7649680
 * (@anonymized-7649680)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734289)
 * Hello! I think that “Sidebar Login” is still causing problems. I’ve installed
   Register Plus Redux version 3.7.3 and Sidebar Login 2.2.15; this is what I get
   when both plugins are enabled:
 * 1 (When saving Register Plus Redux options):
    `Undefined variable: k in wp-content/
   plugins/register-plus-redux/register-plus-redux.php on line 1122`
 * 2 (When visiting the registration page):
    `Notice: Undefined index: required_fields
   in wp-content/plugins/register-plus-redux/register-plus-redux.php on line 1592`
 * If I first configure Register Plus Redux with Sidebar Login disabled and then
   re-enable the latter, all seems to be fine.
    Hope this can help.
 * Bye,
    Gica
 *  Plugin Author [radiok](https://wordpress.org/support/users/radiok/)
 * (@radiok)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734290)
 * Gica, thank you for the report, to fix the first issue, you may change line 1122
   of register-plus-redux.php from:
    `$options["default_css"] = isset($_POST["default_css"][
   $k]) ? $_POST["default_css"] : "";` to: `$options["default_css"] = isset($_POST["
   default_css"]) ? $_POST["default_css"] : "";`
 * The second issue is a little bit more complicated, but can simply be resolved
   by changing line 1592 from:
    `if ( !is_array($options["required_fields"]) ) $
   options["required_fields"] = array();` to: `if ( empty($options["required_fields"])
   || !is_array($options["required_fields"]) ) $options["required_fields"] = array();`
 * Neither of these issues should prevent Redux from working, but they are stupid
   mistakes on my part.
 *  [John O](https://wordpress.org/support/users/jossoway/)
 * (@jossoway)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734291)
 * Hi,
 * Any idea what to do about the conflict between Register Plus Redux and Register
   Plus Redux Export Users? The error message I am getting is:
 * > There is another active plugin that is conflicting with Register Plus Redux.
   > The conflicting plugin is creating its own wp_new_user_notification function,
   > this function is used to alter the messages sent out following the creation
   > of a new user. Please refer to [http://radiok.info/blog/wp_new_user_notification-conflicts/](http://radiok.info/blog/wp_new_user_notification-conflicts/)
   > for help resolving this issue.
 * The error message disappears when I deactivate ‘Register Plus Redux Export Users’.
 * I’ve posted over at [http://radiok.info/blog/wp_new_user_notification-conflicts/](http://radiok.info/blog/wp_new_user_notification-conflicts/)
   too.
 * I am using Register Redux version 3.7.3.
 * Any help greatly appreciated. Register Plus Redux is a superb plugin. 🙂
 *  [mviens](https://wordpress.org/support/users/mviens/)
 * (@mviens)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734295)
 * I experienced the exact same issue. I have **Register Plus Redux (RPR)** installed
   on WP v3.1.3. I recently installed **Register Plus redux export users (RPREU)**
   to do an export after which I noticed that my custom registration notification
   emails weren’t working. I had a look at the RPR settings and found the error 
   message. I deactivated RPREU and the error message went away. I tested the registration
   process and everything was good. I activated RPREU and got the error message 
   again so I now have RPREU deactivated.
 * There is also a posting for this issue: [http://wordpress.org/support/topic/plugin-register-plus-redux-export-users-creates-conflict-with-the-register-plus-redux-plugin?replies=2#post-2191068](http://wordpress.org/support/topic/plugin-register-plus-redux-export-users-creates-conflict-with-the-register-plus-redux-plugin?replies=2#post-2191068)

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

The topic ‘[Plugin: Register Plus Redux] conflicting plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/register-plus-redux.svg)
 * [Register Plus Redux](https://wordpress.org/plugins/register-plus-redux/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/register-plus-redux/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/register-plus-redux/)
 * [Active Topics](https://wordpress.org/support/plugin/register-plus-redux/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/register-plus-redux/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/register-plus-redux/reviews/)

 * 9 replies
 * 6 participants
 * Last reply from: [mviens](https://wordpress.org/support/users/mviens/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-register-plus-redux-conflicting-plugin/#post-1734295)
 * Status: resolved