• I have two wordpress installs, one of which was older and upgraded to 3.1 and one installed on 3.1

    I added
    define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
    define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);

    to my wp-config.php where one of my wordpress installs uses wp_ and another uses req_

    I did install WP-Orphanage and set default to subscriber, that doesnt help

    Whenever I login i just get – insufficient permissions

    What am I doing wrong?

Viewing 1 replies (of 1 total)
  • Change to wp-includes/wp-capabilities.php
    Find the line:
    $this->cap_key = $wpdb->prefix . ‘capabilities’;
    Change it too:
    $this->cap_key = ‘wp_capabilities’;

Viewing 1 replies (of 1 total)

The topic ‘WP Shared User Tables Issue (3.1?)’ is closed to new replies.