• Hi, pretty new to ultimate-member.

    The user page doesn’t work, after I log in, it automatically redirects to the user profile page https://mywebsite.com/user/username/, but get “That page can’t be found” error. I tried to rename the user page but it still doesn’t work.

    Before I installed ultimate-member, if I click the author name, it will go to https://mywebsite.com/author/username/, and show all posts from this user. Now this URL redirect to https://mywebsite.com/user/username/, and get “That page can’t be found” error.

    After I install ultimate-member, all my user lose their local Avatar, I assume this can be updated in the user page once it gets fixed.

    Thanks for your help.

    Raymond

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @tripwinego

    Can you please navigate to your site’s wp-admin > settings > permalinks? By doing this you will be refreshing permalinks on your site.

    Thread Starter tripwinego

    (@tripwinego)

    Hi, I hit save changes and I get the message: Permalink structure updated.

    However, that didn’t fixed the issue.

    I’m also having this problem. I followed your instructions above – and refreshed permalinks, but it did not solve the problem.
    I also have this error when I try to update my profile picture. When I go to the member directory the profile appears with no information.
    Please help urgently!

    Adding a note – I am not getting the user welcome email. It is as thought the account creation is failing half way through the process.

    @tripwinego go to Pages> User – is it draft? I just found another post in the forum that said to check the User page. When I looked at mine it was draft.
    I published the page and now it’s working!

    Thread Starter tripwinego

    (@tripwinego)

    @yesdeerwebdesign wow, you are lucky. No, it is not a draft, I have checked that many times.

    @aswingiri here are a few things I have done:

    1. create a new page: /member-profile/. Ultimate Member, Settings, User page – change to /member-profile/, no luck.
    2. create a new profile form, add the new form code to /user/, no luck.

    For what it’s worth:
    1. I tested another similar plugin (paidmembershipspro) before I decide to use Ultimate Member. But I have completely deleted all the pages and tables.
    2. my website is an extra /cn/ in the URL, ie: https://mywebsite/cn/user/.

    Not sure what else I can do, please help.

    Plugin Support Aswin Giri

    (@aswingiri)

    Hello @tripwinego

    Can you try plugins/Theme conflict tests on your site? Here is an article you can follow.

    Thread Starter tripwinego

    (@tripwinego)

    @aswingiri OK, it will take some time for me to do that since I will need to clone the site first.

    After I install ultimate-member, it redirects https://tripwinego.com/cn/author/username/ to https://mywebsite.com/user/username/, do you know how to fix this one?

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @tripwinego

    You can use the following code snippet to disable the redirection to the UM Profile page when visiting the author page:

    add_filter("um_get_option_filter__author_redirect","__return_false");

    You can add the code to your theme/child-theme or use the Code Snippet plugin to run the code.

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

The topic ‘User Profile Page doesn’t work’ is closed to new replies.