• Hello, I just upgrade WordPress MU to 3.2.1.
    First I thought everything was working great then I noticed I don’t have the Sub Menu in
    – Plugins: can’t install, look for new etc, just activate or deactivate like in wordpress.com.

    Also I can’t access : Update Network link or the Howdy Admin – Network Admin. click on it give me :

    Erreur 310 (net::ERR_TOO_MANY_REDIRECTS)…

    Thank you for any help

Viewing 13 replies - 16 through 28 (of 28 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    transient feeds aren’t the issue. Though I don’t know what is. The feeds are just cached rss data from the back end of your site. They’re okay.

    Thread Starter zedrino

    (@zedrino)

    I deleted the cookies and try again directly on the blog 17 (where I have deleted the transient_random_seed entry in the tab) same problem when I click on Network Admin…

    Thanks ipstenu

    Something I don’t understand:
    if
    the blog xx is named “example” under mywp.com (WP multi site),
    the Network admin doesn’t link to http://example.mywp.com/wp-admin/network/upgrade.php
    but there

    http://mywp.com/wp-admin/network/upgrade.php

    you think that’s correct ?

    thanks again

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Don’t use <li> tags outside of <ol> or <ul> on the forums, You’ll BREAK things πŸ™‚

    Your network admin is ALWAYS off the main site, NEVER off a subsite. That’s expected.

    Thread Starter zedrino

    (@zedrino)

    Should I just make a new fresh htaccess with the www redirection thing (as you said at the beginning) ? Actual htaccess doesn’t have this specified…
    more thanks

    Thread Starter zedrino

    (@zedrino)

    here is a phpinfo from the /network/ folder .

    Thread Starter zedrino

    (@zedrino)

    Ok gentlemen, I’m back with the solution,
    please don’t tell me again I did something wrong ok,

    I just did what Amit Cohen did,

    replace the original admin.php code

    and make it more simpler….

    <?php
    /**
     * WordPress Network Administration Bootstrap
     *
     * @package WordPress
     * @subpackage Multisite
     * @since 3.1.0
     */
    
    define( 'WP_NETWORK_ADMIN', TRUE );
    
    /** Load WordPress Administration Bootstrap */
    require_once( dirname( dirname( __FILE__ ) ) . '/admin.php' );
    
    if ( ! is_multisite() )
    	wp_die( __( 'Multisite support is not enabled.' ) );
    
    if ( ! is_main_site() ) {
    wp_redirect( network_admin_url() );
    exit;
    }
    ?>

    Yes that’s poetry, it sounds just perfect, nothing more nothing less, just right ! Right ?

    take it easy,
    thanks for all

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    FYI we never ever advocate editing core files. This is a bad way to do things.

    Thread Starter zedrino

    (@zedrino)

    Here we go, something bad again !!!

    you know what, I have tried almost everything I found, nothing worked, nothing till this code… then what ?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I would try a fresh install in a different folder, just to see if you can recreate the problem. Because … we can’t :/

    I am having the same problem as zedrino. I upgraded my installation today and I have no access to the network admin link and my plugins page has no plugins available for activation or deactivation although there are certainly plugins activated.

    Nevermind.

    I discovered I was using the old blue-network plugin for highlighting network plugins in blue. That was in my mu-plugins folder. I removed it and everything came up the way it was supposed to.

    Thread Starter zedrino

    (@zedrino)

    I upgraded to the 3.3 and of course the problem is back.
    Deleted the mu-plugin folder and still have no access to Update Network and got a

    Error 310 (net::ERR_TOO_MANY_REDIRECTS).

    Thread Starter zedrino

    (@zedrino)

    admin.php is not working for this version anymore.

    Now will probably have to do a fresh install on a new folder, as suggested by Ipstenu but still try to find an alternative to it.

Viewing 13 replies - 16 through 28 (of 28 total)

The topic ‘No plugin menu and Error 310’ is closed to new replies.