WP upgrade 3.0.5 -> 3.1.1 broke site
-
We have a working WP 3.0.5 configured with multi-site. We have about 15 different hosts; and all is working well!
I created a replication of our production site on a test system. I used the automatic upgrade to upgrade to 3.1.1. The upgrade went smoothly. After the update, I noticed differences in the wp-admin interface. I lost the “Super Admin” menu on the left and no longer see the Network configuration. To me it looks like we lost multi-site capability (network is turned off). I can still access my other sites by directly going to their admin url https://<site>/wp-admin but now I cannot create or manage new ones.
Any ideas? Here are some of the settings I use in wp-config.php
define( ‘NOBLOGREDIRECT’, ‘https://<myhost>/error.html’ );
define( ‘WP_ALLOW_MULTISITE’, true);
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, true);
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘usc.edu’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
- The topic ‘WP upgrade 3.0.5 -> 3.1.1 broke site’ is closed to new replies.