• Resolved Streder

    (@streder)


    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.

    https://www.stevenlutz.com/members/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @streder

    The UM doesn’t use a strict ‘wp _’ prefix. It uses $wpdb->prefix. Maybe your plugin changes something else. Also, there is no ‘wp_users_data’ еиду шт default installation.

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @streder

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.