Title: kieshute's Replies | WordPress.org

---

# kieshute

  [  ](https://wordpress.org/support/users/kieshute/)

 *   [Profile](https://wordpress.org/support/users/kieshute/)
 *   [Topics Started](https://wordpress.org/support/users/kieshute/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kieshute/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kieshute/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kieshute/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kieshute/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kieshute/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/3/#post-1605800)
 * First of all – Finally Installation success. Yahoo! 🙂
    —- YES, I’m going through
   the Network menu item and clicking the button. I always putted the multsite constants
   in the config file at the BOTTOM of the file because if I putting in the MIDDLE,
   later I can’t login, my password not valid. Now I realize… The multsite constants
   must be putted in the MIDDLE in this sequence:
 *     ```
       define( 'MULTISITE', true );
       define( 'SUBDOMAIN_INSTALL', true );
       $base = '/';
       define( 'DOMAIN_CURRENT_SITE', 'www.website.com' );
       define( 'PATH_CURRENT_SITE', '/' );
       define( 'SITE_ID_CURRENT_SITE', 1 );
       define( 'BLOG_ID_CURRENT_SITE', 1 );
   
       define( 'AUTH_KEY', 'generated_AUTH_KEY' );
       define( 'SECURE_AUTH_KEY','generated_SECURE_AUTH_KEY' );
       define( 'LOGGED_IN_KEY', 'generated_LOGGED_IN_KEY' );
       define( 'NONCE_KEY', 'generated_NONCE_KEY' );
       define( 'AUTH_SALT', 'generated_AUTH_SALT' );
       define( 'SECURE_AUTH_SALT', 'generated_SECURE_AUTH_SALT' );
       define( 'LOGGED_IN_SALT', 'generated_LOGGED_IN_SALT' );
       define( 'NONCE_SALT', 'generated_NONCE_SALT' );
       ```
   
 * IF IT WILL BE in this sequence:
 *     ```
       define( 'AUTH_KEY', 'generated_AUTH_KEY' );
       define( 'SECURE_AUTH_KEY','generated_SECURE_AUTH_KEY' );
       define( 'LOGGED_IN_KEY', 'generated_LOGGED_IN_KEY' );
       define( 'NONCE_KEY', 'generated_NONCE_KEY' );
       define( 'AUTH_SALT', 'generated_AUTH_SALT' );
       define( 'SECURE_AUTH_SALT', 'generated_SECURE_AUTH_SALT' );
       define( 'LOGGED_IN_SALT', 'generated_LOGGED_IN_SALT' );
       define( 'NONCE_SALT', 'generated_NONCE_SALT' );
   
       define( 'MULTISITE', true );
       define( 'SUBDOMAIN_INSTALL', true );
       $base = '/';
       define( 'DOMAIN_CURRENT_SITE', 'www.website.com' );
       define( 'PATH_CURRENT_SITE', '/' );
       define( 'SITE_ID_CURRENT_SITE', 1 );
       define( 'BLOG_ID_CURRENT_SITE', 1 );
       ```
   
 * IT DON’T LET YOU TO SEE THE SUPER ADMIN PANEL…
 * Thanks for the great support !!!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605798)
 * 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?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605797)
 * 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](https://wordpress.org/support/users/kieshute/replies/kieshute@gmail.com?output_format=md)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605795)
 * I have dedicated server. I have root access to this server.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605793)
 * to help identify the cause, I can give you required information, write only what
   you need…
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605792)
 * 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”
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605789)
 * 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?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605787)
 * 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.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No Super Admin Panel](https://wordpress.org/support/topic/no-super-admin-panel/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/no-super-admin-panel/page/2/#post-1605785)
 * OK. I followed steps: [http://codex.wordpress.org/Create_A_Network](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 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot save posts in 3.0 – get error – Warning: Cannot modify header information](https://wordpress.org/support/topic/cannot-save-posts-in-30-get-error-warning-cannot-modify-header-information/)
 *  [kieshute](https://wordpress.org/support/users/kieshute/)
 * (@kieshute)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/cannot-save-posts-in-30-get-error-warning-cannot-modify-header-information/#post-1540252)
 * I had error:
    Warning: Cannot modify header information – headers already sent
   by… …/public_html/wp-includes/pluggable.php on line 890
 * I edited pluggable.php file
    in 890 line: header(“Location: $location”, true,
   $status); deleted spaces like this: header(“Location: $location”,true,$status);
 * And no more errors.
    P.S.: Sorry for my bad english

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