kieshute
Forum Replies Created
-
Forum: Networking WordPress
In reply to: No Super Admin PanelFirst 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
In reply to: No Super Admin Panelalso 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
In reply to: No Super Admin PanelThank 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? [email protected]Forum: Networking WordPress
In reply to: No Super Admin PanelI have dedicated server. I have root access to this server.
Forum: Networking WordPress
In reply to: No Super Admin Panelto help identify the cause, I can give you required information, write only what you need…
Forum: Networking WordPress
In reply to: No Super Admin PanelI’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
In reply to: No Super Admin PanelI 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
In reply to: No Super Admin PanelOK. 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
In reply to: No Super Admin PanelOK. I followed steps: https://codex.www.ads-software.com/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_sitemetaand then I’ll attempt to re-install, I hope this helps ??
I had error:
Warning: Cannot modify header information – headers already sent by…
…/public_html/wp-includes/pluggable.php on line 890I 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