I’m running the latest WordPress, Aardvark etc and all plugins are up-to-date
Overnight the login system seems to have broken for me – The AJAX login window pops up, users can login and are told “Login successful…” and then PMPro Membership Levels page simply refreshes. There’s no way for them to browse the site.
One or two logins (including admin) can login OK. But new subscribers cannot login.
It seems as though despite being logged in, the site doesn’t think the user is logged in and is redirecting them back to the “members protected page” i.e. the levels page.
This is happening in the aardvark theme – /lib/inc/login-functions.php
The function ghostpool_frontend_restriction_redirect() doesnt think the user is logged in, tries all of the redirection options and eventually gets to line 159ish where it says
// No matching pages or URLs, then redirect
if ( (int) get_option( ‘page_on_front’ ) != $frontend_restriction_page ) {
wp_safe_redirect( get_permalink( $frontend_restriction_page ) );
exit;
}
Now if I comment this out I can then see the site homepage, but some features are broken – there’s a login widget in the sidebar (which doesnt work), the activity post form has vanished… etc. So something has gone wrong with the login process.
Has anyone experience this or can anyone suggest things to try?
]]>My best guess is that the underlying cause is concurrency issues related to the fact that my site still uses MyISAM tables. I know the tables lock often from long-running SELECT statements.
My question is, does TML support MyISAM tables? If a table such as users or usermeta is locked when a new user registers, does the insert fail with no fallback? Not sure how WordPress Core handles this situation either.
]]>Now I’ve used the original register-form.php from the TML plugin and deleted my theme-my-login-custom.php. But still no errors appears during a “wrong” (e.g. already existing email) registration. I only will be redirected to https://www.mypage.de/register?instance=1
@jfarthing84: Hi Jeff, I think a lot of people have the same problem. Most of them do not know, that they have this problem, because you see the issue only if you try to register someone with an existing email or with wrong or missing data.
Would be super cool, if you could have a look on it.
Thanks and best regards
MH
For some reason, I keep getting the “User registration is currently not allowed. message”. I went to Settings –> General and clicked Anyone can register, but I keep getting this page. Can anyone help?
]]>I get an error on the login page (where it cant find the customer image), and the ‘settings> register plus’ page just displays ‘A’ in all the text fields. When I try to edit this and save, it just goes back to ‘A’ in all the text boxes again.
I’ve tried: de-activating – re activating; Uninstalling – reinstalling; rolling back to a previous version then updating to the latest version: all with no joy
I love this plugin! i would really like to get it working again…. any Ideas?
]]>In addition, I request password lookup and it again tells me there is no account on file with said username or email address.
I know I’m not losing my mind and what my settings were and now wondering how the heck these settings got changed. And there is no recourse to contact anyone to have my account reset so I can access it and post to my blog?
A bit flustered here. Can anyone help? I’d appreciate it truly.
]]>