I did some searching and couldn’t find a similar issue. When I click the “Profile” button it sends me to the home page. If I click the user avatar it pops up the the profile but when I click the “View Full Profile for___” it again sends me to the home page. It does this for both my test user and when I’m logged in as admin. I tried to reset auths cache, CSS/JS cache and general cache in the toolbox and those attempts didn’t help. Haven’t tried anything else other than searching for a similar issue/solution here.
Support Forum
Most usually, if you see something like this, the you would be likely to see it on more than just the profile page and again, most usually, it is down to something not liking the URL and redirecting.
If you have other forum views doing the same then look for any redirection plugins you may have active and/or Yoast WordPress SEO which needs a setting change.
If it is limited to the profile then you might also want to ask your hosting support if they are using the mod_security module on your site and whether that could be responsible.
If none of the above then come on back and we will have another think
Okay, we’re not using any redirection plugin or Yoast SEO (yet) but we possibly will be so that’s good to know if we do implement them. I can absolutely say yes on the mod_security as we recently added ssl site wide. What do I need to ask our server guy regarding ssl to get the profile page working again or is there something I can do in the settings?
You will need to ask them…
Basically hover the mouse cursor over one of the links that fails and copy the URL and then send it to them and ask if there is a block on the URL structure, If there is then we usually find hosts are quite happy to remove the offending rule.
Thank you for the help. I will contact them. Also, I just tried another test. I removed the “s” from the “https” in the site name of the wordpress settings and the profile button works as expected again.
I went in to wp-config and added force ssl to the admin dash and logins and then added a function for ssl only on the accounts page and at the moment all seems to be working.
Sorry for the late reply. I wanted to add this in case anyone else goes from http to https and experiences a similar problem: The main thing that helped was to go to: Simple:Press Administration>Integration>Page and Permalink> and click “Update Forum Permalink” then “Update WP Integration” to save it. I just realized I forgot to add that information earlier. That and also changing the site url from http to https. These are basic to this but worth noting.