Support » Networking WordPress » Do not have sufficient permissions to access this page, when logging in.

  • Hello,

    I’m using multisite for the first time and have followed the instructions perfectly, however, when I go to log in I receive this error “You do not have sufficient permissions to access this page.” I have a good feeling that it’s something in my config file which is:

    define ('WPLANG', '');
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/blog/';
    define( 'DOMAIN_CURRENT_SITE', 'site' );
    define( 'PATH_CURRENT_SITE', '/blog/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    I’m not really sure where to go from here and any help would be much appreciated. Thanks -max

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Did you remove define('WP_ALLOW_MULTISITE', true);? Because you’re not supposed to.

    Thread Starter bit_man84

    (@bit_man84)

    Nope, that line is still in there.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    And you get that error on EVERY wp-admin page or just wp-admin/network?

    Are you logged in as the super admin – that is, the MAIN admin of the original single site?

    Thread Starter bit_man84

    (@bit_man84)

    I was getting that when I would try and log in as the super admin. I through out the old “auth” keys and replaced them with the new ones and that was what did it. It didn’t work when they both were in there and I never saw anything that said they needed to be completely replaced by the new keys in the wp-config.

    Thanks for the help! -Max

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Do not have sufficient permissions to access this page, when logging in.’ is closed to new replies.