atwellpub (@atwellpub)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;}’

    );

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

    );

Viewing 2 replies - 1 through 2 (of 2 total)