After activating the Register Plus Redux EXPORT USERS plugin, the Register Plus Redux plugin sends wrong user registration email and displays a conflict error at the top of its settings page:
“There is another active plugin that is conflicting with the latest version of Register Plus Redux 3.7.3. 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/ for help resolving this issue.”
This is not a bug, as I do not use the wp_new_user_notification function.
I will look into this with low priority.
Update: I’ve posted a reply on http://radiok.info/blog/wp_new_user_notification-conflicts/#comment-5378
The problem appears to be your use of pluggable.php. See: http://whatadewitt.com/?p=233 and http://core.trac.wordpress.org/ticket/9915 I don’t understand any of that, I’m just a user of “Register Plus redux export users” who’s getting an error.
Allright! I’ll look into this. It appears that in the plugin core I do not use ” wp_new_user_notification ” not include pluggable.
In my framework … I do include pluggable, so let’s see what I can do about that.
I’ve taken a look and I need pluggable in order to see if a user is logged in AND has admin rights.
Unfortunately pluggable also loads the user notification function, which cannot be overridden by any other plugin.
I’ll see what I can do to isolate the functions I need from pluggable. Yet I still think that Register Plus should try to find another way to override this function so all other plugins that need pluggable can do so.
I have found a solution and posted it over here:
http://radiok.info/blog/wp_new_user_notification-conflicts/#comment-816
Hello,
Getting following error,
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 radiok.info for help resolving this issue.
I have simple modal login installed. emails are going wrong please suggest some solution.