Member Directory Not Showing Members – RESOLUTION
-
What I have learned is that ANY plugin (in my case Hide My WordPress Ghost) that changes the default MySQL table prefix from wp_ to ANYTHING else will result in breaking the Ultimate Members ability to search the contents of the table ‘wp_users_data’. And that is what it was looking for.
When I installed Hide My WP Ghost, I opted to hide the default MySQL database prefix and have it changed to a random string – it changed all tables to kykat_(table name) – the Ultimate Member plugin immediately lost contact with the proper database table even though it was still there, just renamed.
After reverting all instances of prefix change back to wp_ , and changing the wp-config.php to reflect the old prefix again, everything went back to normal.
So that’s what worked for me.
- You must be logged in to reply to this topic.