Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter Beherit

    (@beherit)

    Yes, I have multi-site but URE work on other (main) site. SQL result You can find here: http://beherit.pl/wmx5ru_2_options.sql.

    Plugin Author Vladimir Garagulya

    (@shinephp)

    Problem sits here:

    INSERT INTO wmx5ru_2_options (option_id, option_name, option_value, autoload) VALUES
    (96, 'beherit_2_user_roles', 'a:5:{s:13:"administrator"...

    Generally WordPress builds role_key (key to find blog users roles) as database prefix (‘wmx5ru’ in your case) + blog_id (for multi-site) + ‘user_roles’ string constant. Thus, you see at previous message, that WP tries to find role_key=”wmx5ru_2_user_roles”. But for blog with ID=2 you have option name ‘beherit_2_user_roles’, not ‘wmx5ru_2_user_roles’. Fix that, and I’m sure URE will work for this site of your network too.

    Thread Starter Beherit

    (@beherit)

    Thank You! Now everything work properly 🙂

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: User Role Editor] Blank configuration page’ is closed to new replies.