• Resolved didi_loves_wordpress

    (@didi_loves_wordpress)


    I made a members only area for my site as per the instructions from https://www.ads-software.com/extend/plugins/wp-members/installation/, by pasting <!–members-area–> into a page. However, the new users registration on the page is a form with only one field: username.

    When I try to register with this form, I get the Warning: array_reverse() [function.array-reverse]: The argument should be an array in /home/cofed/didi.cofed.org/wp-content/plugins/wp-members-register.php on line 35

    And when I try to make a separate registration area (<!–reg-area–> into a new page) the page turns up blank.

Viewing 12 replies - 16 through 27 (of 27 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Good news – glad you got it working!

    Thanks for all your help. One last question ??
    It may not be related. When a user changes pwd, it is showing message that an email is sent to the user’s email but it didn’t do that. Which email it is looking to send? Any direction please?

    Plugin Author Chad Butler

    (@cbutlerjr)

    I don’t think that’s related. But first let me ask is this when the user changes a password, or resets a password? If a logged in user changes their password, there is no email sent for that action. However, if a user forgets their password, they have the opportunity to reset it by entering their username and email address. A new random password is sent via email in that case and then the user can log in to change it.

    If an email is not being sent, you do need to do some troubleshooting. The plugin uses the native WP function wp_mail for all of the emails that it sends. So, the first thing to check would be to find out if it is sending emails at all, and specifically from WP itself.

    To check that wp_mail is functioning properly, create a new user in WP via the Users admin panel. When you do this, make sure (1) you use an email address that you have access to, and (2) check the box that says “Send this password to the new user by email.” If you do not receive an email via that process, wp_mail is not functioning in which case it is not the plugin and you’ll need to do some deeper troubleshooting as this is beyond the plugin.

    If you do receive that message, then I would check to see if the plugin is sending other messages. First I would ask, have any changes been made to the plugin code customization-wise? The process of resetting a password uses wpmem_reset_password() in wp-members-core.php. That function uses wpmem_inc_regemail() in wp-members-email.php. If any changes were made to either of those two functions (or files), you could have introduced a bug. If not, and WP is sending emails, then we need to test to see if the plugin is sending other emails.

    In the plugin admin panel, check the box “Notify admin.” Then create a new user via the plugin in the frontend of the site. Did you receive messages from that process (one for the new user and one for the admin)?

    If none of these are being sent, we need to look into why. Are you using another plugin that has anything to email that could cause a conflict?

    If those are being sent, then it seems odd that this one particular email is not. Have you checked your junk mail folder? Also, you might wait a period of time just to make sure that it is not being delayed for some reason, either by your server or your mail server.

    Hopefully, that gives you something to go on. Let me know if you track down the issue.

    Hi sorry to give you more and problems.

    You are right the issue is my WP Email. I installed a plugin WP MAIL SMTP to fix this and all emails are going fine from WB-Members.

    Really this is an excellent Plugin. Appreciate all your help to the folks.

    Now I have to dig into how to load data to the members database using a CSV file but I will try. I gave enough trouble already ??

    Regards

    Plugin Author Chad Butler

    (@cbutlerjr)

    No problem! Hope that goes well. There are several user import plugins out there. Depending on the fields you are using and if you use one of these scripts, you might need to do some slight modification to accommodate the custom fields.

    Good luck!

    Hi,
    Small email related issue. Any help?

    When a user registers on the site, NO email is going to the user with the a userid/pwd. Even as an admin i tried to add a user (checked the box to send an email to the user) but still no email.

    But, the reset pwd option is sending the temporary pwd to the user.

    I have not made any changes to the plugin.

    Appreciate any suggestions.

    Sorry. I think I am getting the mail but little slow.
    No issues for now.

    Regards

    Hi,

    I was getting a blank content area when using the ‘register’ shortcode. I found that it was down to the generic WordPress issue which is acsusd when you copy and paste short codes with speechmarks in. For some reason WordPress does not like curly speech marks. The solution with a lot of these bugs is to overtype the pasted speech marks “” with fresh ones “”. Sounds crazy, it is, but it works!

    Chad,
    Back again with another issue. This is not related to WP-members but appreciate any direction.

    I changed the hosting company and website domain to tcahouston.org

    Enabled smtp and wp-mail etc..the registration pages are working fine.
    But the cforms are not submitting the form and not receiving any emails.

    Any help.

    Regards.

    Plugin Author Chad Butler

    (@cbutlerjr)

    hmmmm… do you have the site setup in a subdirectory (i.e. https://mydomain.com/myblog/ rather than https://myblog.com)?

    Thanks for the response. None of the forms were submitting and I finally turn off the Ajax in the cforms and it is working now.

    BUT, we are getting many spam registrations. Is there a way to control this. Appreciate any help on this.

    Regards

    Plugin Author Chad Butler

    (@cbutlerjr)

    Probably the best way to avoid spam registrations is to turn on the reCAPTCHA option

Viewing 12 replies - 16 through 27 (of 27 total)
  • The topic ‘[Plugin: WP-Members] Registration Form Not Working’ is closed to new replies.