• Getting following error:

    PHP message: WordPress database error Table 'db_rtcamp_com.rtc_wp_usermeta' doesn't exist for query SELECT meta_value FROMrtc_wp_usermeta` where meta_key = ‘wsl_user_image’ and user_id = ‘118’ made by wp_dashboard, do_meta_boxes, call_user_func, wp_dashboard_recent_comments, _wp_dashboard_recent_comments_row, apply_filters(‘comment_row_actions’), call_user_func_array, wsl_comment_row_actions, wsl_get_user_by_meta_key_and_user_id” while reading response header from upstream, client: 115.115.82.210, server: rtcamp.com, request: “GET /wp-admin/ HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9001”, host: “rtcamp.com”

    Reason:
    
    We have follwing lines in <code>wp-config.php</code>:

    define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
    define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);
    `

    http://wordpress.org/extend/plugins/wordpress-social-login/

  • The topic ‘Support for CUSTOM_USER_TABLE’ is closed to new replies.