User_roles not functioning
-
I have migrated my installation of wordpress to another server and for some reason the user_roles in options in the database is not loading correctly.
In the original database, it was named wp_user_roles under wp_options.
I have changed everything else to 8765j_ for my prefix.
it is now 8765j_options and 8765j_user_roles
I have no admin access. everything that I can find (looking in 8765j_users and 8765j_usermeta are correct. my user level is correct.
I had admin access for the most part (I could not view or edit roles, had no access to widget settings, could not view the users in wp-admin) until I went in and found a copy of the 8765j_user_roles using a different option_id than my original (original is 77, the copy was something like 5472896) – i deleted the copy, thinking this may cause the issue, but that has caused no roles to load whatsoever. Before I deleted the copy, I verified that the option-value was exactly the same.
How can I get my user_roles table to load correctly?
The topic ‘User_roles not functioning’ is closed to new replies.