• Resolved probablepossible

    (@probablepossible)


    I can no longer access the network admin panels. I *was* getting a message;

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept cookies.

    After disabling my plugin directory, reloading all my files via FTP I now get… a blank page.

    I can access the individual blog control panels, but I haven’t yet updated the blogs via the network/update.php because I can’t get to it…

    I think I’d better not upgrade my second multisite right away.

Viewing 9 replies - 1 through 9 (of 9 total)
  • freenetsave

    (@freenetsave)

    I can no longer access the network admin panels. I *was* getting a message;

    I do have same problem.

    I wait for next update

    freenetsave

    (@freenetsave)

    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

    Thread Starter probablepossible

    (@probablepossible)

    Thank you!

    radiaku

    (@radiaku)

    Hey I have same problems here, I have done that way above and worked like charm.

    But When I tried installed plugins its redirect to login, When I looked at the url and I found the problem. Its about www and non-www, ( I have multisite with directory not subdomain ). And my site using www.

    Any help for this issue

    knome

    (@knome)

    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.

    See the thread here.

    freenetsave

    (@freenetsave)

    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.

    Thread Starter probablepossible

    (@probablepossible)

    Yes, the update added www into config. it wasn’t there before!

    knome

    (@knome)

    No www was added in my update. Any further ideas? I’ve also started a separate thread (linked in my earlier message), if it starts to seem I’m having a different issue.

    Aoirthoir

    (@aoirthoir)

    I’ve had similar problems in this area. Network Update kept routing me to a page not found.

    I finally turned of the Domain Mapping plugin. That didn’t help. And lastly set my main site’s theme to Twenty-ten. Then all of the sudden everything worked. I was able to update the site just fine.

    Reactivating the domain mapping plugin was a pain, had to do it a couple of times. Then finally it took.

    Kind Regards,
    Aoirthoir

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘after automatic upgrade,3.1.1 cannot access network admin panel’ is closed to new replies.