Support » Networking WordPress » No Super Admin Panel

  • Resolved spartanv7

    (@praeix)


    I was attempting a Network install. I followed all the instructions explicitly, but when I logged back into the WordPress admin area after Step 5: Enabling the Network, there was no super admin panel.

    I then proceeded to research as much of this topic as I could. All of the WordPress “help” resources pointed me to double check everything that I just did. So I did that. The wp-config.php file is correct. mod_rewrite() is enabled through my hosting. The .htaccess file is 100% correct according to the instructions. The database tables exist and have proper permissions. The blog.dir directory exists and has proper permissions. But there is NO super admin panel that shows up.

    The only thing I haven’t tried is a re-install. If anybody can help me out with this issue, I will greatly appreciate it.

    Thanks

Viewing 15 replies - 16 through 30 (of 36 total)
  • OK. I followed steps: http://codex.wordpress.org/Create_A_Network

    But… ‘Super Admin’ I can’t find.
    I can’t find what is wrong on my DB.

    How to completely remove the previous installation?
    Which files and directories must be delleted from root directory?
    Do I need drop these tables:
    wp_blogs
    wp_blog_versions
    wp_registration_log
    wp_signups
    wp_site
    wp_sitemeta

    and then I’ll attempt to re-install, I hope this helps 🙂

    undo the htaccess and wp-config change you made. Drop those extra tables. Then you can set up the network again.

    make sure the quotes in those define are actually these kind: ‘

    and not the smart curly quotes Windows uses.

    OK. Thanks for the reply.
    One more question – bifore I installed ‘Network’ I tried different User-roles plugins, later I uninstaled those plugins.
    Can it be possible that I can’t see Super admin panel because somewher in the ‘wp_options’ table left records from User-roles plugins?

    K.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Possible, yes. Make a new account and make THAT one an admin as well.

    Then maybe we can copy the user settings (permissions/access levels etc) from that account to yours.

    I removed installation: dropped DB tables and removed extra lines in wp-config.php and .htaccess
    Also I edited wp_options and wp_usermeta tables to sett to default values – after, Network reinstallation whit no results – no Super admin panel.
    Created new account whit admin permissions THAT one an admin as well, and tried to install Network again – the same problem…

    Also I tried install Network on fresh clean CMS without any changes – the same result – when I relogin I can see only the “Dashboard”

    Any ideas?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Really dumb question….

    To install network, you just add define('WP_ALLOW_MULTISITE', true); and then you get the rest of the data to add, right?

    and for giggles, try it with a user named “admin”.

    I’m using administrator user named “admin”.
    I understand that installation of “Network” is simple if all is going as designed by default. But, if it does not?
    In my case – I getting no errors during the installation, and it seems all is going right. Then why not only I, but also others have the same problem?
    I presume, the reason of this, is somewhere in server configuration…
    But I can’t find any discrepancy whit “Server Requirements”

    to help identify the cause, I can give you required information, write only what you need…

    It’s quite possible that you’re on a host that runs a script to disable it from showing.

    They can do that. 😉

    What host are you on?

    I have dedicated server. I have root access to this server.

    I’ve done this on a few different servers – including naked dedicated boxes.

    99% of the time it’s user error. I can’t tell you any more than what I have, and to fix it, I’d have to go in and look (which I can’t do).

    Thank you for your understanding.
    I presume, somewhere in the database must be Super admin options. As was mentioned – Super admin ID in wp_users table must be ‘0’, but after Network install my admin ID still ‘1’, and the changing to ‘0’ – no result. It seems that my admin account stay on simple admin…
    What should I start looking for?
    Can you send me by email contents of database tables of fresh working Network? kieshute@gmail.com

    also I noticed that when a new account is registed the new user blog post is not created. In its control panel administrative tools are not created.
    Is that because of installation of Super admin is not finished?

    As was mentioned – Super admin ID in wp_users table must be ‘0’, but after Network install my admin ID still ‘1’, and the changing to ‘0’ – no result.

    uh, no. It does not. Your admin ID will always be 1 because you are the first user.

    super Admin status is not by user ID, there’s a separate table for that.

    Where are you putting the multsite constants in the config file? If you pt them at the BOTTOM of the file, it will look like things are installedd but they will not be. Put the wp-config lines in the MIDDLE of the file.

    And I have to ask – you’re actually going through the Network menu item and clicking the button, correct? Because just pasting in those lines will not set up anything.

Viewing 15 replies - 16 through 30 (of 36 total)
  • The topic ‘No Super Admin Panel’ is closed to new replies.