• lukasrabtv

    (@lukasrabtv)


    Hey,
    first sorry for my bad english. I′ve create a site only for members. So now when a user want to register he lands always at de register site and must repeat the password. No Error or Warning. Only the Password field are empty then.

    At the begining it works. But after 30 miniuts it work not.

    I hope sombody can help me.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @lukasrabtv,

    Please check your settings in Ultimate member -> Settings -> Access section.
    Have you set any redirects after login/register?
    Make sure that your default User role can access the page after redirect.

    You can also do a quick conflict test so we can rule out conflicts with your theme or other plugins and see if this issue goes away.
    Here is the doc on how to do a conflict test if you are not sure how to do it.

    Regards.

    darkstar123456

    (@darkstar123456)

    Hello,

    I just updated the plugin and had the same issue.

    It seems that at least since 1.0.27, register doesn’t work anymore because they are using isset() function insteand of empty() >.< (on a attribute object… it’s even worse !)

    So if you are using at least 1.0.27 :
    – Open : wp-content/plugins/ultimate-members/includes/core/um-actions-register.php

    – Search for : function um_submit_form_register

    – replace “isset” by “!empty”.

    – you should have :

    if ( !empty( UM()->form()->errors ) )
    return false;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Could not register’ is closed to new replies.