• Jake Jackson

    (@blue-liquid-designs)


    When trying to login on one of my multsite ‘sub sites’ I get the following database error:

    WordPress database error Table ‘wp_2_usermeta’ doesn’t exist. Multsite’s share a single user and usermeta table across all websites so this table will never exist.

    Do you plan to support Multisite login in future?

    https://ww.wp.xz.cn/plugins/wordpress-social-login/

Viewing 2 replies - 1 through 2 (of 2 total)
  • DrewNorthupUMS

    (@drewnorthupums)

    It was working in Multisite for us prior to our recent update. We’re getting essentially the same error here at UMS with 3.9.1.

    maddogmcewan

    (@maddogmcewan)

    a “quick” solution, would be be to replace all instances of $wpdb->prefix with $wpdb->base_prefix? That would mean it uses a global table rather than a per blog table

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Social Login on Multisite Doesn't Work’ is closed to new replies.