• Resolved scottlowe

    (@scottlowe)


    I started with 3.0.5 and with Multi-Site installed. I did an auto-update to 3.1 and had no error messages. Now, when I log back into Admin the title says “mySiteName Global Dashboard”, the Dashboard icon does not open at all, the Profile menu opens but is entirely blank, and there are no other menu items.

    It is as though my Admin was reduced to Subscriber and I have no way to change.

Viewing 10 replies - 31 through 40 (of 40 total)
  • Well, ideally you’d see them in network admin. ??

    Failing that, you can go look in the database.

    But I’d just reset them all by renaming the plugins folder.

    pixelnate

    (@pixelnate)

    Yeah, ideally. Which table are they listed in, anybody know?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    wp_options I think…

    pixelnate

    (@pixelnate)

    For which site, though? I have 5 active sites and there isn’t a wp_options table for the installations like an all-encompassing wp_users table.

    pixelnate

    (@pixelnate)

    I tried to get to ‘Network Admin’ using Chrome and the Google says:
    “Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.”

    Does that help anyone?

    pixelnate

    (@pixelnate)

    Even with all the plugins deactivated I am still running into the redirect problem. Suggestions?

    pixelnate

    (@pixelnate)

    A blow-by-blow of the redirects as seen using Firebug:

    https://test.andadv.com/aa/310error.png

    Why would it be doing this? It isn’t a plugin making this happen. I have tried several times to disable all the plugins, log out, log in, do the hokey pokey, etc. and still no love from WP.

    What am I doing wrong, or not doing right?

    I have 5 active sites and there isn’t a wp_options table for the installations like an all-encompassing wp_users table.

    No, there isn’t… So go look in wp_X_options.

    wp_options refers to the main site in the network.

    What am I doing wrong, or not doing right?

    I have absolutely no idea. really. Despite the fact you’re maybe the 3rd person to have this happen, I still cannot reproduce this anywhere.

    I;d love to know if you’re all on the same host though.

    (She finally gets a lightbulb moment)

    pixelnate

    (@pixelnate)

    I WIN!

    OK. I figured this out… for me, at least. In my config file, I had the wrong blog set up as the ‘current site’.

    So this code:

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    define('VHOST', 'yes');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'texasbaptists.org' );
    define('PATH_CURRENT_SITE', '/' );
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOGID_CURRENT_SITE', '1' );

    Became this:

    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    define('VHOST', 'yes');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'texasbaptists.org' );
    define('PATH_CURRENT_SITE', '/' );
    define('SITE_ID_CURRENT_SITE', 7);
    define('BLOGID_CURRENT_SITE', '7' );

    All is well now.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Well. That would do it ??

    Okay, since we’ve gone through a couple ‘owners’ of problems, I’m closing this one.

    Folks remember:
    Rule 1) UNLESS Your problem is exactly the same, don’t be Kanye and bogart someone else’s topic. It’s okay to make a new topic for yourself.
    Rule 2) If the topic is resolved, make a new one, please and thank you.

    That helps US help YOU ??

    (sidebar but related – I did that change too, making Blog #3 my main site. Read this https://code.ipstenu.org/2010/dig-yourself-out-of-a-hole-multisite-edition/ … there’s more to it than just changing the numbers sometimes)

Viewing 10 replies - 31 through 40 (of 40 total)
  • The topic ‘Upgrade to 3.1, lost all admin capability’ is closed to new replies.