Forums
-
- Forum
- Posts
-
- Installation
- 28,349
- Troubleshooting
- 62,088
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,871
- Showcase
- 3,252
-
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