freenetsave
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: after automatic upgrade,3.1.1 cannot access network admin panelI also have the same problem, but I’m running a multisite with subdomains. My DOMAIN_CURRENT_SITE was already non-www., so that is not the solution.
Hi Knome
I’m also running multisite with sub-domains, but after 3.1.1 update my “define(‘DOMAIN_CURRENT_SITE” address with www. According to my situation, when I remove www it works for me. I am not expert but this is how it’s working for me.Forum: Fixing WordPress
In reply to: after automatic upgrade,3.1.1 cannot access network admin panelI found the fix.
Go to “wp-config.php”After update website(DOMAIN_CURRENT_SITE) address with www
define('WP_DEBUG', false); define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', true ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'www.freenetsave.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 );So take off the www
code should be like this
define( 'DOMAIN_CURRENT_SITE', 'freenetsave.com' );my problem solved
try this way
Forum: Fixing WordPress
In reply to: after automatic upgrade,3.1.1 cannot access network admin panelI can no longer access the network admin panels. I *was* getting a message;
I do have same problem.
I wait for next update
Viewing 3 replies - 1 through 3 (of 3 total)