• Resolved redfez

    (@redfez)


    Hi, I just migrated a single site into worpdress multisite and imported all users sucessfully. Now however when I go to check roles the only roles I can see in URE are the custom roles – none of the roles for the default roles, or for woocommerce or anything else.

    Any ideas?

    https://wordpress.org/plugins/user-role-editor/

Viewing 1 replies (of 1 total)
  • Thread Starter redfez

    (@redfez)

    I solved this one with investigation. For those interested, when importing tables from the single site into the database I had to rename the tables with a numbered prefix to meet the requirements of multisite. Thus:

    wp_options

    became:

    wp_3_options

    Inside this table there is an option_name wp_user_roles where the data is stored, this option_name needed to be changed to wp_3_user_roles to make it work for my install. Once changed all roles became available again.

Viewing 1 replies (of 1 total)
  • The topic ‘Multisite not able to see any other roles except custom’ is closed to new replies.