Title: freenetsave's Replies | WordPress.org

---

# freenetsave

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [after automatic upgrade,3.1.1 cannot access network admin panel](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/)
 *  [freenetsave](https://wordpress.org/support/users/freenetsave/)
 * (@freenetsave)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/#post-2018286)
 * >  I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [after automatic upgrade,3.1.1 cannot access network admin panel](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/)
 *  [freenetsave](https://wordpress.org/support/users/freenetsave/)
 * (@freenetsave)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/#post-2018171)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [after automatic upgrade,3.1.1 cannot access network admin panel](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/)
 *  [freenetsave](https://wordpress.org/support/users/freenetsave/)
 * (@freenetsave)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/after-automatic-upgrade311-cannot-access-network-admin-panel/#post-2018165)
 * > I 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)