Info
- 6 posts
- 5 voices
- Started 3 years ago by mizzmuzikluvr
- Latest reply from chrishajer
- This topic is not resolved
Deleted Admin in WordPress- now no Keymaster in BBPress
-
- Posted 3 years ago #
Well, I was having issues with my WordPress admin, so, like a clever person I created a new admin name and deleted the old. Well. Turns out that in doing so I've deleted my keymaster in BBPress.
I've seen some posts that suggest editing the tables. I've tried adding the code
$bb->new_keymaster = 'AdminTwo';to my bb-config.php and then running install.php. But, nothing happens. So, if I must edit my database, can someone please let me know in more deatail how? (Ie: Which tables, which values, etc.)
Thank You so Much!
-
- Posted 3 years ago #
You can fix this if you have phpmyadmin.
Do you have it?go into your bb_usermeta (or wp_usermeta)
and find that last administrator you made, it will look like:bb_capabilities a:1:{s:13:"administrator";b:1;}and just change the meta_value to
a:1:{s:9:"keymaster";b:1;},user_id meta_key meta_value
-
- Posted 3 years ago #
I do have php myadmin, and I will try this and let you know! Thank You!
-
- Posted 3 years ago #
I am also having this problem. Unfortunately, the meta_value is already set to the value __ck__ suggests. Any other ideas?
-
- Posted 2 years ago #
I am also having the same problem and the meta value is a:1:{s:9:"keymaster";b:1;}.
What can i do to get this to work?
-
- Posted 2 years ago #
RichBrown, please start a new thread explaining your problem thoroughly. Please list the versions of bbPress and WordPress that you integrated.
Thank you.
-
You must log in to post.