Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Integration Problems Now Can’t log in at all.

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;}’

);

Skip to toolbar