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.