wp_new_user_notification Conflicts

This will be where I discuss and attempt to resolve wp_new_user_notification conflicts.

Maintenance Mode
Resolved in version 5.3 of Maintenance Mode
Was loading pluggable.php from constructor. Please refer to The Case of Maintenance Mode for more information.

Login with Ajax
Resolved in version 3.0b3 of Login with Ajax.
Defines its own wp_new_user_notification. Plugin now only defines wp_new_user_notification under certain conditions.

Absolute Privacy
Defines its own wp_new_user_notification.

Events Calendar
Is loading pluggable.php from constructor.

Mingle
Is loading pluggable.php from constructor. But not quite so bluntly, Mingle’s code determines whether it needs to load pluggable before loading it. There must be some calls that need to be moved around to get Mingle to stop loading pluggable. This could be traceable, but only by a dedicated Mingle user or developer. The root offending file is MngUtils.php located in the mingle\classes\models directory.

PDF24 Article to PDF
Is loading pluggable.php from constructor.

TDO Mini Forms
Is loading pluggable.php from constructor.

Cimy User Extra Fields

WP Better Email

This entry was posted in Register Plus Redux. Bookmark the permalink.

95 Responses to wp_new_user_notification Conflicts

  1. Richard says:

    I concur, I had the same issue with Maintenance Mode; it sent an email even though I told RPR not to.

    Another thing I noticed:

    I have Simple:press forum set up, and I think it’s causing a math anti-spam question to show up on the registration page (even though I tell it not to). How can I help you trouble-shoot (though it’s not a big deal!)

    Another issue: your fields are not translated into French, even though my WP install is French.

  2. Dan says:

    I don’t have Maintenance Mode plugin installed but I am still getting the same error

  3. kyle says:

    I have this problem on one of my sites, mingle the social network plugin is conflicting with it.

  4. Ken Dawes says:

    Hi
    I have another plugin new user conflict, I’m afraid. The plugin is “Login with Ajax”.
    I have sent him the link to the “Maintenance Mode” plugin in case it’s something similar.
    Hope you can point me/him in the right direction… Redux is way cool!

    Ken

    • radiok says:

      Ken, I have finally implemented a registration redirect. Version 3.7.2 has an optional Registration Redirect option in which you can specify any URL on your domain. So, you may just link to your homepage, or maybe you want to make a special page welcoming the user or whatever.

  5. tw says:

    What is the process to track this down? I’m seeing the same thing and I’m wondering if some custom work I had done added this problem. I started seeing an issue when I installed Peter’s Login Redirect but I’ve disabled that now.

    Thanks,

    TW

  6. jamshlfc says:

    Hey, I too have the problem with the conflicting Login with Ajax, would there be anyway you could solve this? Wanted to fix the problem soon as I’m expecting a flood of new users :D

    Thanks!

  7. radiok says:

    Hey everyone, I’ve looked into Login with Ajax, I think your problems run deeper than just bad behavior on that plugin’s part. It also modifies the message sent out by the system (as does Redux). I can’t see a way to remedy this, you must choose between one plugin or the other unfortunately. I would say, well, I’ll let you add fields and just not modify the message, but, that hook where the message is modified is the only good hook I have to insert the added fields data into the database. So, there’s really no way to avoid that hook, regardless of whether I modify the message going out.

  8. Marcus says:

    I maintain Login With Ajax, someone pointed me to this on the plugin forums. Just to let you know, I’ve updated the plugin so you can disable user notifications on the lwa settings page which will not take control of the wp_new_user_notification function. Haven’t tested but looks like it should work, and your plugin compliments the plugin very nicely now!

    To be fair though, whilst this is bad behaviour to take over a pluggable function (although I don’t think there’s another way in this case), yours does exactly the same thing :) . It’s just that my plugin is loaded first alphabetically and therefore your function is never created. Maybe you could do the same on your plugin and add a disable notification feature?

    • radiok says:

      Marcus, I mistakenly interpreted your pluggable.php as the full pluggable.php, in reality, your plugin does not break anything, it was just a simple conflict. Sorry for the harsh rhetoric. Thank you for making your custom message disable-able? Regardless, I’m glad our plugins can work together, thank you, and again, sorry for jumping to conclusions.

      • Marcus says:

        now that would be really bad behaviour :)

        no worries, this looks like a great plugin that hopefully plays nice with LWA now (haven’t had a chance to fully test, but seems to work well!)

  9. jamshlfc says:

    Hey Guys,

    Thanks for the fast updates! Where can I find this updated Login with Ajax then? I have just received an update for Register Plus Redux but not Login with Ajax.

    Thanks again!
    James

    • Marcus says:

      there seems to be an issue with wordpress svn (might have been me, but I know for a fact they had issues a week or two ago). You can download the development version manually on the site. I’m going to commit version version 3.0 so maybe that’ll set things right.

  10. jamshlfc says:

    Hey, I downloaded 3.0b3 then WordPress told me to update to 3.0. This successfully worked but I can’t find the option that was added?

  11. jamshlfc says:

    Hey, it worked! Even though I couldn’t find the option all is well now!

    How can I change what the Login with Ajax plugin says though? Currently it says ‘a password will be emailed to you’ and ‘please check your email’

    • Marcus says:

      I’ll answer this here, but future questions are probably best off on the forum, as I don’t want to hijack this post!

      Actually, no new option buttons were added, now if you don’t enable user notifications in LWA, it won’t load the function causing the conflict. If you unchecked it previously, this will automatically come into effect (hence you not having to do anything :) )

      PS. to those having issues upgrading with 404 errors, this is a wordpress.org issue which they are working on. out of my hands.

  12. Ken Dawes says:

    Radiok, Marcus,

    YOU GUYS ROCK! Thank you for addressing my concern and talking with each other and figuring things out! It’s refreshing to see people talking “to” and not “at” each other and not getting defensive about someone commenting on their code!

    I have put in my updates and things work as advertised! I love the combination of your two plugins. It makes a great registration and login user experience.

    Once I get paid for the site, you both get contributions!

    Many thanks again!

    Ken

  13. Robby says:

    Amazing plugin.

    I’ve inserted the %user_password% tag in my admin notification emails. But it displays blank. I’d like to be able to see the user’s posts and possibly edit them. Is this a privacy feature you added?? not sure.

    Thanks!!!

    • radiok says:

      This is a privacy feature, many users use the same username/password combination at different sites.

      • Robby says:

        I’ve been fiddling with the register-plus-redux.php file, thinking that maybe I could turn off that privacy feature, but to no avail. I’m wondering if you could point me in the right direction? I basically need to be able to help users edit their own posts, but I can’t login to their account without their password. Any help would be greatly appreciated…

        Once again, this plugin saved my life!!!

  14. Diane Cox says:

    I’m having the conflict with Events Calendar. I’ve tried lots of plugins trying to get just the right combination for a neighborhood site and hope you can help me resolve this. I’ll also contact the Events Calendar developer, because his plug in conflicts in the same way with Pie Register.

    • radiok says:

      The problem with Events Calendar is on line 79 of events-calendar.php, require_once(ABSPATH.'wp-includes/pluggable.php');. I’d have to look into this a bit to see why the creator decided to load pluggable, I can assume there is some function they needed that wasn’t created yet. I’m sure the timing of the plugin could be changed to resolve that issue and let us delete the offending line, but it’s a pain to figure out since I’m not familiar with the plugin. I’ll try to get to the bottom of this, but ultimately the original developer will need to resolve this issue.

  15. veki says:

    +1 events calendar

    Plugin is fantastic, I am still thinking what plugin (register or calendar) I am gonna deactivate :)

    If you find path for Events Calendar, please post it here.

    Keep doing nice work

  16. Niraj says:

    If this is the right place to ask the question then help me out,
    i am using your plugin(Register Plus Redux) for registration purpose,
    i just want to ask that the details which the user is inserting during the registration like contact no, alternate email ID etc, where it gets stored?
    Cause i want to export that contact details, for some other work,
    how can i do that???

    • radiok says:

      Niraj, this is as good a place as any to ask. Anyway, the data is stored in the WordPress database’s wp_user_meta table. I recommend trying out AmR Users to export the information, that is if you are trying to get it in a CSV or Excel file or something. It’s pretty tricky to start using, you’ll need to go to Configure User Settings once you have AmR installed and click Rebuild List of Possible Fields, that will have AmR figure out all the custom fields you’ve added via Redux. Once you have that you could edit one of the existing user lists, or create a new one and select which fields you want on your report and what order you want them. It’s all very detailed, but complex, but also, and most importantly, complete. Good luck!

      • Niraj says:

        thanks for your reply,
        what i want is to remove these following info within a single click,
        Username, email ID, Phone No, Address
        but in an excel sheet,
        i tried, AMR users plugin, but not able to make it,
        by any code, can i do it???

        • radiok says:

          Niraj, when you go to User List Settings Nice Names page, do you see the fields you are looking for? If not, you must click “Rebuild List of Possible Fields”. Once that is done you should see the fields are you are looking for listed, like Phone No, and Address. Now you can select “User Details” from the drop down at the top of the page and click “Configure.” User name and Email should already have a Display Order. To remove fields you do not want, blank out their Display Order, to add fields enter a Display Order. So you should find Phone No and enter a Display Order, etc. Once you have all your fields setup correctly, press the “Update” button to save your changes. Now click on the “Rebuild Cache Now” link, I would then select “Rebuild in realtime” so that you can have your results immediately. Once that’s done you can click “View Report” and you can click on “CSV Export” to create an Excel compatible file.

          • niraj says:

            Hey thanks, i found it,
            i need one more help, actually i am searching for a plugin, a twitter plugin,
            i have a mba institute info website,
            i have around 1000 institute description from all over the world,
            now what i want is that,
            almost every institute has a twitter account,
            so i want to fetch all the tweets of corresponding university to my post
            for eg.
            i have two post of Insead Buisness school and Denver College
            now after the post content of insead, i want the tweets of insead twitter account, and same for denver, but denver will be having tweets of denver twitter account
            Is there any plugin for this?

          • radiok says:

            niraj, I am not familiar with any Twitter plugins, sorry. I do not keep up with other plugins very well, unless people are telling me they do not work with Redux!

  17. Debbie says:

    Hello!

    I recently downloaded Register Plus Redux and I’m having a problem with the Additional Fields section. I’m not able to fill in the “Options” field with my option choices when I’ve selected radio or checkbox for my question type. The “Options” field is grayed out and I can’t type anything in there. I’m new to wordpress, pluggins and everything technical, so I’m hoping this in an easy fix. I’d just hate to give up on it because this pluggin seems like its exactly what I’m looking for. How can I fix this?

    • radiok says:

      Debbie, what internet browser are you using? Also, do the plus/minus buttons work (the ones that add or remove custom fields)?

      • Debbie says:

        Hi radiok,

        I am using internet explorer and the plus/minus buttons are working. The fields are added, but the “Options” field is still grayed.

        • radiok says:

          Hmm… the plus/minus buttons use javascript, as does the Options field, so that’s weird one works and not the other. What version of IE are you using? I’m want to try and isolate this problem using the same version as you.

  18. Ken Dawes says:

    Hi again,
    Redux is still working fine for me, but I have a couple of requests..

    I am doing the email verification and although Redux is set to send via HTML, the verification link is not clickable, it’s plain text. Can it be made clickable?

    My other request is that when someone *does” click or enter the verification link in a browser that they *NOT* be taken to the WordPress login page, but rather be directed to the “member” login page — In my case, the site’s front page.

    Those two additions would be killer!!!

    Thanks!
    Ken

    • radiok says:

      Ken, you should be able to fix the first request yourself by editing your custom message. Right now I assume it has %verification_link% somewhere. If you changed that to <a href="%verification_link%">%verification_link%</a> your email client should turn that into a nice little link. As for your second request, I’m working on that right now, but, in the meantime, you could use Peter’s Login Redirect for the time being.

      • Ken Dawes says:

        Hi!
        Thanks for the info for making it a clickable link… I hate it when it’s a “DUH!”

        Re the Login Redirect… Actually the problem isn’t the redirect after logging in (the Login with Ajax plugin handles that nicely). What I was referring to was that the verification link takes you to the WordPress login page (wp-login.php) and I want the link to to take the user to the site’s home page so that they can login from there. (once they receive their password in the email generated from clicking the verification link)
        From what I can see Peter’s Login Redirect only redirects *after* logging in.

        Any clue?
        Thanks!
        Ken

        • Kamal says:

          Fantastic Plugin.

          Even i want what Ken has been asking.

          Can you please update or give an alternate solution so wordpress login page is not seen.

          Thanks

          Kamal

          • radiok says:

            I don’t know of any alternate solution off the top of my head. Maybe some jQuery hack but even then nothing particular comes to mind.

  19. Avi Block says:

    Not a conflict per se, but the fact that you’re setting the password for the new user in this function, does not allow me to autologin the user after registration using wp_set_auth_cookie.

    Any reason this was done this way?

    • radiok says:

      Avi, with 3.7 I’ve moved setting the password to the user_register hook, I’m not sure that helps with autologin, but that’s really the first place I can set the password.

  20. This error is also caused by a clash with Cimy Extra Fields.

  21. capjack1234 says:

    I like RPRedux. That said, when installed I had problems and having trouble figuring them out. I installe RPR on top of Cimy Extra Fields and Login with Ajax. Didn’t like how the Extra Fields displayed on the LWA Register so deactivated CEF (still have an issue with residual fields and a page title). Now registration does not work via the LWA window; it hangs and does not register. Registration works fine elsewhere. I tried to deactivate then activate LWA to no avail. As it was working fine with CEF before I installed RPR, and seeing the issues addressed in this thread, I thought I would start here. The extra field (select field) and settings from RPR show in the LWA window. I am kind of at a loss where to go. I like the function of RPR but also like the appearance and ease of use that LWA offers.

  22. vetri says:

    +2 for the wp event calandar.
    I have conflict with this module.Please post me some help if anybody have to fix this.

  23. Shawn says:

    +3 for WP Events Calendar

  24. Brandon says:

    Hi there, I found your plugin because I want my users to be able to sign up without having to view a activation email (because way to many users are complaining that their email is not being sent) Everything works great, I go to create a test account with the plugin activated, it registers the user, and and email is sent. From my dashboard I can see that new users “test” was created, but when I go to login as test, I get a blank page …/profile.php and because the redirect is never completed the browser does not continue the login process.

    The plugin is disabled on my site for now, but I would love to find out how to fix this issue. Only other plugin I know that could be of conflict is my wp-united plugin that connects my wordpress install and phpbb install together so my users share a single account and password.

  25. Chris says:

    +4 for WP Events Calendar

    Any help would be appreciated to resolve this conflict.

    Thanks

  26. alex says:

    +5 for WP Events Calendar.

    Please, someone do something about this :(

  27. Vetrivel says:

    Hi ,
    I found a solution for this conflict issue .
    http://www.vetrib2w.in/2011/01/04/wp_new_user_notification-conflicts-issue-solution-fix .
    I have posted here on Nov 30 and I didn’t get any reply. So,I dig into the files and I got the fix by myself.
    I hope it will be useful for others too.So I posted the answer here.
    http://www.vetrib2w.in/2011/01/04/wp_new_user_notification-conflicts-issue-solution-fix .

    Quote:
    vetri says:
    November 30, 2010 at 7:29 am
    +2 for the wp event calandar.
    I have conflict with this module.Please post me some help if anybody have to fix this.

  28. Vetrivel says:

    Hi ,
    I have fixed this issue for myself and if you need solution then just check my site
    http://www.vetrib2w.in/2011/01/04/wp_new_user_notification-conflicts-issue-solution-fix

  29. Vetrivel says:

    Hi ,
    I have found the solution for this wordpress register plus and event calendar issue.
    I hope this will help you people .
    I can’t able to append my site link here .Click my name and you will redirect to my website to get the answer.
    www DOT vetrib2w DOT in.

    I hope they will allow this post .

  30. Vetrivel says:

    Hi,
    I got the solution for this issue and you can find the solution for this problem here- http://bit.ly/vetrib2w1

    I had added 2 post previously ,but not approved by them .I am not sure why .

    • Vetrivel great stuff. One suggestion instead of custom you might want to use something that relates to the plug in such as “wp_new_user_notification_cimy”

      • Vetrivel says:

        Hi ,
        I just added it on the flow .
        and that is the reason I have mentioned it in my post ,So people can modify it to there needs.

        [note]
        If you find time and do you feel it is useful ,then just add a comment in my blog(http://bit.ly/vetrib2w1) too.

  31. Pingback: wp_new_user_notification Conflicts issue solution-fix « vetrib2w

  32. FanaticWeb2 says:

    Hi there,
    I just wanted to report the following issue I’m experiencing, could be isolated to my case only or not.
    I created a custom field with the Dropdown menu option:
    Gender: Male,Female

    During the user form registration process, it doesnt validate this field at all, and it seems to allow the registration to go through given the option Male was selected by default.

    Is this really how its supposed to be or is it a bug?

  33. Derek Hughes says:

    Hi, installed the Register ‘Plus redux export users’ after installing your plugin and your plugin stopped working. Deactivated the aforementioned plugin and yours started working again.

    • Been struggling with getting this plugin to work as well. Saw your post, deactivated Plus redux export, and presto!
      Everything works , except Plus redux export of course.

  34. david says:

    Hi,
    Events Calender + 6.2
    I see from the above that there seems to be a fix for the Events Calender clash. Has anyone else managed this fix successfully using this? Is there an official fix yet?

    I love this plug in but I need the events in place – no option there.

    cheers

    • Chris says:

      I have used the fix. It seems to work good for me.

      I also would like to see an official fix. My concern is that this work around will need to be re-performed after each WordPress update.

      • Anonymous141 says:

        I can confirm that Vetrivel’s fix for the conflict with Event Calendar does in fact work.

        Regarding the break after updating WordPress: simply keep a backup of the altered files and overwrite any new files after an update is performed. It’s an easy temporary fix for people like me who require both Register Plus and the calendar.

        Thanks Vetrivel!

  35. Ben says:

    When I click on the link in the admin email to approve/deny registration I get an access permissions error:

    “You do not have sufficient permissions to access this page.”

    I can login to WP and go the verification area and handle these tasks directly with no problems. However, I need the email link to work as it is confusing the client…

    Any ideas?

    The url in the email is: http://www.mysite.org/wp-admin/users.php?page=new-user-approve.php

  36. bkzeta says:

    Hi –

    As others already have, let me thank you for a great plugin. My issue is that while the user fills out all the information when registering, that information is not transferred over to their profile.

    I must acknowledge that I am not familiar with queries and I saw the notice about “auto-complete queries” but could I get further clarification as to how that is implemented.

    My main concern/issue is to have this information transfer over in order to properly approve any potential user.

    The site in question is http://nyszetas.org/.

    Thanks~

  37. Cvetan Damianov says:

    Plugin Language Switcher also interfere with wp_new_user_notification.

  38. ekendra says:

    Facebook Comment Control plugin also conflicts

  39. Geoffrey says:

    Looks like MailPress also conflicts. It doesn’t moderate anymore and the emails are sent automatically instead of waiting for the moderation.

    I would like to send the emails through MailPress as I can send it out the new users emails with the same templates as all the other emails I’ll be sending. Also, MailPress allows me to edit the Lost Password and Password Reset emails which was one of the reasons I’m using MailPress.

    Any idea how I can troubleshoot this?

  40. Ahmet Korkmaz says:

    Dear;

    I have a very big website.

    I activated a plugin named “WP Better Emails” .
    Redux shows error as its CONFLICTING.

    I removed, deactivated did all things “WP Better Emails” but Redux is still shows error and I can not change any settings of Redux. When i click save button, blank page appears.

    Please help me, I can pay money if you want.
    Thank you

  41. Ryein says:

    I installed your plugin and it worked fine then I installed Login with Ajax which gave me the error and provided me with this link. I have the newest version taken directly from the wordpress site I believe. How do I fix this error? Also might want to update hte post with the directions on how to fix the issues and removed the crossed out text if I am correct.

    Any way…Thanks for the awesome plugin.

  42. Mitch says:

    I get this error message with Register Plus redux export users

    “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”

  43. We are using a combination of Register Plus Redux and AutoChimp on this site to allow members to register and be added to our MailChimp autoresponder. However, right now, people are having trouble registering and logging into my site.

    At the top of the settings for Register Plus Redux, we get this 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/ for help resolving this issue.”

    There is a message on the bottom of AutoChimp that reads:

    “You are using Register Plus Redux which has a known issue preventing first and last name being synchronized with MailChimp. AutoChimp can fix this.

    ” Patch Register Plus Redux and sync first/last name with your selected mailing list. Recommended ON. Note: You must enable “Require new users enter a password during registration…” in your Register Plus Redux options in order for the AutoChimp patch to work.”

    We have not used the Patch Register Plus Redux option on MailChimp. Is this what we need to do in order to get the system working again?

    If not, would you be willing to help us get this resolved?

    Thanks for your help!

    Gina Gaudio-Graves (Dean & Founder, DirectionsU.com & “The JV Queen”) and
    Veronica Tilden (Founder, FocusOnVibrantHealth.com)

  44. haveboard says:

    The “wp_new_user_notification” issue also seems to be happening with Frontend Membership, http://www.netchillies.com/frontend-membership/ but it is encoded since it isn’t free.

    • Mohit Aneja says:

      @haveboard: I’ll be adding the feature to disable email notifications on our Frontend Membership Plug-in, Stay tuned for the updates.

      Thanks,
      Mohit Aneja

      • Fanatic says:

        Off topic:

        @Mohit Aneja: So much for front end control, http://www.netchillies.com/wp-admin still takes us to the WP login panel.

  45. John O says:

    Hi,

    I am also getting the ‘wp_new_user_notification’ conflict error when trying to use Register Plus Redux Export Users with Register Plus Redux.

    I am using Register Plus Redux v3.7.3 and the error disappears when I deactivate Register Plus Redux Export Users, but this means that user data with extra fields cannot be exported. Does anyone know how i can rectify this problem?

    Thanks.

    John

  46. I also had a conflict between Register Plus Redux and BFT light 1.4.1. (autoresponder). When i disabled the BFT plugin the conflict was gone.

    I will find a replacement for the BFT light autoresponder later when i have all the settings for the Register Plus Redux correct.

    Thanks for the plugin and have a good day!

  47. Richard says:

    When users login they are automatically directed to the profile dashboard. How can I change this?

    As I understand it the redirect you have included only works with the newly registered – a registration redirect.

    How can I do a login redirect?

  48. xoxo says:

    i have both Events Calendar and Register Plus Redux installed – but no problems :)

    just massage in settings of Register Plus Redux (and link here)

  49. Se says:

    Hi- Maybe I’m missing the solution on this page. I’ve set the plugin to allow users to create their own password, which works, but WordPress still sends them a long, auto-generated password via email. How do I disable the auto-password from WordPress? This is the error msg I’m getting in the back end.

    “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/ for help resolving this issue.”

  50. Rikk says:

    Se,

    I get the same. I suspect its some other email plugin.

    Regards,

    Richard.

  51. Se says:

    Think I found something that works. Plugin: Eliminate Notify Email

  52. dadeeee says:

    it seems to have problems with theme my login plugin. anyone else experiencing it?

  53. Mike says:

    I’m having issues with Theme My Login also. Does anyone know another solution for completely avoiding the WP login page without using Theme My Login?

    • Mathias says:

      Hi Mike,

      got the same problem, did you find a solution?

  54. I’m having issues with my Register Plus Redux plugin with new users. When I go into the plugin’s settings, I see a notice that there is another plugin interfering with the wp_new_user_notification. I deactivated the plugins that were mentioned above, The Events Calendar and the TDO Mini Form and still it is showing the notice that there is a plugin that is interrupting the new user process.

  55. SemoTech says:

    Hello Radiok,

    I am building a new WP 3.1.3 site and using your “Register Plus Redux v3.7.3″ plugin along with “SimpleModal Login v1.0.4″ by Eric Martin and I am running into some problems:

    1) While I get an initial admin email notifying me of a new user registration (temporary account), no email goes out to the user email, with the activation link!

    2) Manually attempting to “Send verification to selected users” in the Users / Unverified Users section has NO effect. I tried multiple users each with separate good addresses, still nothing! The “Verification Sent” column shows current dates as if it was sent….

    My activated settings for Register Plus Redux are as follows:

    Email Verification – check!
    Custom New User Message – enabled!
    Custom Verification Message – enabled!
    Custom Admin Notification – enabled!

    Any ideas of what is going on?

    Thanks in advance!

    SemoTech

    • SemoTech says:

      Guess what? It is embarrassing but the problem was due to Gmail and Yahoo, not my system or your plugin. It took forever to receive the emails in Yahoo and still nothing in Gmail, but at least I know your plugin is sending emails out. Gmail must not be liking them, as my system logs shows a receipt confirmation from Gmail, yet Gmail is not showing any of them, not even in junk….

      One final question:

      Is there any way to stop the “initial” email going out to admin notifying them of the “pre-registration” of a user? Instead it would make more sense to have an admin email sent only AFTER the new user has validated their email and activated their account! Is that possible?

      My thanks!

      SemoTech

  56. BlendNZjnr says:

    Has anyone figured out how to resolve this with Mingle plugin installed???
    I can’t uninstall Mingle now! But love Redux too! :( Please help anyone who can!

  57. Anaconda1189 says:

    There is a plugin called “Register Plus Redux export users” that creates a new user notification error. Disabling the plugin fixes the issue.

  58. MailPress is creating the following:

    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/ for help resolving this issue.

    This happens with or without any of the add-ons turned on..

    Any thoughts?

  59. Jason Lane says:

    I just discovered a conflict with the Better WP Security v2.4

    If you activate the option “Display random version number to all non-administrative users” under System Tweaks, then the plugin will pluggable.php and cause a conflict. De-activating the option will resolve the conflict.

  60. Manadar says:

    The plugin “Auto Prune Posts” by Ramon Vinken is also requiring the pluggable.php from an is_admin() function. Line 101 in the file mijnpress_plugin_framework.php

  61. Ramon Fincken says:

    http://pluginsupport.mijnpress.nl/2011/08/09/wp_new_user_notification-conflict-with-register-plus-redux-plugin/

    Please provide me with details how to prevent this message. I do not use the wp_new_user_notification function

  62. AlphaGolf says:

    I have a problem with Register Plus Redux, once a user is validated he/she sometimes receives a second email with an empty login and another password. At the same time if I check the user ID, it has been reset to an empty string !! Not sure if this is what you refer to as wp_new_user_notification ? I’m not using any of the above mentionned plugin…

    I have made a quick search into the code of my WP site and found out that Better WordPress Security is also calling for pluggable.php. Although this is located in a functionnality that I’m not using (generate a random WP version number)… I’m quite confused…

    Thanks for any comment or idea,
    AG

  63. Mike says:

    Add Contact Form 7 to the list. As soon as I deactivate that plugin the conflict message goes away.

    • Patrick Hopman says:

      I’m looking for this plugin, but it was removed from wordpress.org. Can anyone upload it and send it to me?

  64. manoj says:

    Hello everyone,
    I am facing registration problem,
    Whenever i register a new user the user is registered as i can see the name of that user in list of users but a error page opens after submiting the button, on the setting page of Register Plus Redux i can see this notice

    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/ for help resolving this issue.

    i am using the following plugins

    Advertizr
    akismet (deactivated)
    Avatars
    Blogger Importer
    Category Order
    Configurable Tag cloud
    Fast Secure contact form
    latest tweets (Deactivated)
    Mailpress
    Maintenance Mode
    Memnbers
    Really simple captcha
    Register Plus Redux
    Rich Widget
    Sidebar Login
    Social Profiles Widget
    User to CSV
    Wordpress datbase backup
    WP-cumulus
    WP-optimize
    WP Pending Post Notifier Plus
    WP to Twitter (deactivated)

    Please tell me which plugin to deactivate or what code to alter.. ITS VERY URJENT

    Thanks in advance

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>