• Resolved Aniket Ashtikar

    (@aniash_29)


    Hi,

    I just upgraded to version 1.2.3 an hour back. And now, when I try to delete a user from the WP users screen, it sends out a confirmation dialog as usual to confirm the deletion of the user. But then, when when I click on “Yes! Delete”, it sends me to a 404 link.
    However, I noticed that this issue is because of the wrong URL that the link outputs which you’ll have to verify at your end in the code. And it may fix this. I was able to rectify the URL to get the thing done. Just thought to bring this too your notice. Cheers!

    https://www.ads-software.com/plugins/ultimate-member/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Aniket Ashtikar

    (@aniash_29)

    Hi,

    I’m still waiting for your reply on the issue. Meanwhile, I also found out that there are wrong links on some more places. Like the User Profile view; all the tabs now output 404, due to the same reason I mentioned earlier. There is some issue with the links that are being output in the code. Can you please help me with this quickly?

    Plugin Author Ultimate Member

    (@ultimatemember)

    What url are you using for the profiles? Can you paste a link to a demo user? If you don’t want to paste it here you can sign up to our community forum.

    Thanks

    Thread Starter Aniket Ashtikar

    (@aniash_29)

    Hi,

    Thanks for the reply. I was just trying to troubleshoot the issue when I found that the version 1.2.3 has a new workaround for get_current_url() function in um-permalinks.php. I use sub-directories on my server to setup various projects. I guess, there is some issue with the home_url() that you’ve used (initially get_site_url()) which causes this permalink issues. It also may not be a server issue. You may want to check this or let me know if I’m on wrong lines.

    Thanks ??

    Thread Starter Aniket Ashtikar

    (@aniash_29)

    BTW, the profile url looks something like this:

    Previously it was:
    https://xyz.com/subdir1/subdir2/mysite{actual wp installation is here}/user/admin/?profiletab=main

    Now it is:
    https://xyz.com/subdir1/subdir2/mysite{actual wp installation is here}/<strong>subdir1/subdir2</strong>/user/admin/?profiletab=main

    Note the url structure (get_site_url vs home_url usage). ??

    Plugin Author Ultimate Member

    (@ultimatemember)

    Sorry forgot to reply to this one. Can you please signup to our site forum as we may need to get more details from you.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issues with Delete User confirmation link?’ is closed to new replies.