Forums
-
- Forum
- Posts
-
- Installation
- 27,302
- Troubleshooting
- 59,713
- Themes
- 10,088
- Plugins
- 14,842
- Requests & Feedback
- 14,513
- Showcase
- 3,230
-
hey guys,
I solved this issue for myself by adding a row into my wp_usermeta tablein my wordpress database, and adding this :
INSERT INTO database
.wp_usermeta
(
umeta_id
,
user_id
,
meta_key
,
meta_value
)
VALUES (
NULL , ‘1’, ‘bbpcapabilities’, ‘a:1:{s:9:”keymaster”;b:1;}’
);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS