• I’ve had this MS install working fine, using Storefront from Woo. I went to create a new site today and nowhere can I find the Network Admin screen. When I view “My Sites” I see the main and the one I created a couple weeks ago, so clearly there was Network access at some point, or I wouldn’t have been able to create site #2.

    No access to add themes, but the main site (basically unused) is using Twenty-whatever.

    I’ve deactivated, by renaming the plugins folder via FTP, all plugins, but still no luck.

    When I try to access the /network/wp-admin directly I either end up in the non-Network-looking backend – again with no access to Plugins or Themes, etc., or I’m presented with a “Sorry, you are not allowed to access this page” screen.

    Again – everything was clearly working normally otherwise there would be no site #2.

    Thanks!

    My .htaccess and wp-config info is shown below.

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    define(‘DOMAIN_CURRENT_SITE’, ‘www.mycompanygear.net’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    /* That’s all, stop editing! Happy blogging. */

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter heliumdesign

    (@heliumdesign)

    Addition:

    Not only do I not have a Network admin area, neither of the sites has a Plugins link at all. Normally there’s one so you can at least see what’s active on the sites.

    I’m having the same problem. I think it might have occurred after downgrading a site. I’m using Pro Sites by WPMUDEV. Are you using this plugin by chance?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite Network Screen Disappeared…’ is closed to new replies.