Info
- 10 posts
- 6 voices
- Started 2 years ago by grmedsite
- Latest reply from chrishajer
- This topic is not resolved
I ve been locked out the admin module
-
- Posted 2 years ago #
After I set up the db settings in bb-config.php the forum works like a breeze.
The only trouble is I cannot access the admin module of bbPress.
Any attempt to access /bb-admin/ files redirects me to /bb-press/ directory via my browser.
MANY thanks for any help, I ve been really stuck here..
-
- Posted 2 years ago #
With bbPress you don't access bb-admin directly. You log in with your keymaster account, and next to your name, if you are truly a keymaster (or someone with admin capabilities) you have a link to
Admin. Click that and you are in the bbPress admin. If you don't have that link, then the account you logged in with is no the keymaster account.What version of bbPress are you talking about, and are the logins integrated with WordPress?
-
- Posted 2 years ago #
Yes, you need to login with a account which has rights to access admin panel to access it.
If you have lost it, then you can fix it in PhpMyAdmin, open table "wp_usermeta" or "bb_usermeta" or whatever your case may be. Change the value of "bb_capabilities" (as per your table prefix) to "a:1:{s:9:"keymaster";b:1;}" of your user. -
- Posted 2 years ago #
Did you integrate with WordPress? If so, this plugin can help restore keymaster access after an integration:
http://bbpress.org/plugins/topic/fix-admin-access/Good luck!
-
- Posted 2 years ago #
I've had exactly the same issues and the PhpMyAdmin fix didn't work. Will try again.
-
- Posted 2 years ago #
ashfame I entered the value a:1:{s:9:"keymaster";b:1;}
on my user meta but got no additional privileges -
- Posted 2 years ago #
my bad, ashfame's solution is correct! thanks a lot!
-
- Posted 2 years ago #
@grmedsite
Happy to help. Also change the topic status to "resolved" once the problem is solved. Thanks :) -
- Posted 2 years ago #
I only have one user on the site: the Admin and somehow I locked myself out.
The solution above doesn't seem to work for me because the strin
a:1:{s:9:"keymaster";b:1;}is alreadt inserted in that field…any other ideas how to gain acces back to my bbpress install?
-
- Posted 2 years ago #
Try a different browser or clear the cookies in your current browser.
-
You must log in to post.