Simple Membership Plugin › Forums › Simple Membership Plugin › Client has installed plugin and locked everyone out of dashboard. Help!!
Tagged: Locked out of Dashboard
- This topic has 18 replies, 5 voices, and was last updated 6 years, 7 months ago by
holmpage.
-
AuthorPosts
-
September 5, 2018 at 7:18 am #15391
yohann24
ParticipantOk, I’ve disabled all plugins one by one checking effect each time but no joy. Still just the standard wp profile page with no Admin menu.
I’ve even attempted to disable current theme with only default TwentySeventeen running but it has had no effect. 🙁
September 5, 2018 at 7:47 am #15393yohann24
ParticipantI’ve created a new Admin user via php. Logging in using this new Admin credentials now gives me the White Screen of Death
🙁September 5, 2018 at 7:51 am #15394mbrsolution
ModeratorHi, it looks like your issue requires further investigation. I suggest that you create a paid support ticket so the developers can investigate further your issue.
Kind regards
August 30, 2019 at 2:21 am #18836holmpage
ParticipantI was having the same issue after installing the plugin and using my admin credentials to create a new member. There should be a BIG warning NOT to do that.
Here’s what I tried on my way to solving the problem.
Disabled the plugin by renaming it via PHP.
Removed the lines added by the plugin in .htaccess.
Deleted all the rows in the plugin’s tables via phpMyAdmin.
Disabled Wordfence and my caching plugin.
Dropped the 4 tables created by the plugin.
In the posts table, removed the 4 posts – for pages created by the plugin.
Searched the options table for anything “swpm” and deleted.Still no change. I couldn’t get into the dashboard.
Then I disabled WooCommerce via FTP so as to disable the customer login page, and went to /wp-admin. Now I was in the backend but I was just a “subscriber”, not admin.
So then I searched for how to add an admin user in phpMyAdmin, and found a tutorial at wpbeginner.com. I didn’t actually create a new user, but used the info to go to the usermeta table and compare my listing to another website db that was not affected. On the _capabilities line, under my username, I found {s:9:”subscriber”;b:1;} rather than {s:13:”administrator”;b:1;} so I changed that.
Now I’m in the Dashboard as an admin! Doing a happy dance.
Re-activated woocommerce. Deleted simple-membership and will install again as I do want it. But I will create a new user for myself and not use my admin email.
-
AuthorPosts
- You must be logged in to reply to this topic.