Since upgrading to 3.2.1 (multisite folder setup) the user roles drop-down on the Add New User page is blank, although the roles are there apparently as they can be blindly selected.
Also, the list of users for any site is empty, even though users are listed in the Network Sites page.
Been a long time since I've seen that ... what version did you upgrade from?
Unexpected... Have you done the usual? Turn off all the plugins etc etc?
Yes. The behaviour is consistent -- is this how it's supposed to be?
No, no it's not supposed to be like that at all. Normally, that sort of misbehavior is caused by a plugin or your theme.
crispmedia
Member
Posted 1 year ago #
Not sure if this is the right place to post this. I am migrating from a single-blog installation to a multi-site installation. I had to manually enter the tables through PHPMyAdmin because my host was not letting me export a clean version of my original blog (memory caps). All looks good, except the user roles. For some reason, the dropdown for user roles is not appearing on this blog and I'm unable to assign new users. However, when you look at the users associated with the site under network admin, they are all there.
A few other things to note:
- Some of the users were imported due to a false start with the blog import (it later failed due to memory issues). I seem to have been able to assign them unique IDs no problem.
- When snooping around the tables in MySQL, I noticed that one of the editor's role had been demoted to Subscriber.
Thanks for your help!
crispmedia
Member
Posted 1 year ago #
Should add: this functions fine on other sites on the multi-site installation.
crispmedia - You should make a NEW topic for yourself please. If your problem isn't 100% the same, it's harder to debug in someone else's thread.
crispmedia
Member
Posted 1 year ago #
Thanks! I figured it out... just an incorrect reference in one of the tables to wp_role_capabilities when it really should have been wp_BLOGID_role_capabilities. (or something like that!)