Viewing 11 replies - 1 through 11 (of 11 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What doesn’t work? What errors are you getting?

    Thread Starter cubanology

    (@cubanology)

    Hey my friend, how you doing? Happy new Year! Well, first of all, the last thing we did, where we did this:
    I think… try removign this stuff as well

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘localhost’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    And put this in instead
    define(‘WP_ALLOW_MULTISITE’, false);

    Instead of removing it, we’ll just say ‘No! Go away!’

    That fixed the problem. Since then I removed: define(‘WP_ALLOW_MULTISITE’, false);

    And the site is back to normal, “A Single Site”

    But of course, I now decided to try multisites again, so I started the process all over. So I placed: define(‘WP_ALLOW_MULTISITE’, true); back on the config.php but the “Super admin” doesn’t show up at all.

    Thanks, Jose

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Where in the config file? Above the ‘stop editing here’ bit, right?

    Thread Starter cubanology

    (@cubanology)

    Yes, exactly. Do you want me to remove the cache, just in case?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    No, leave the cache.

    Did you remove the line that says. Multisite false?

    Thread Starter cubanology

    (@cubanology)

    yes and added: define(‘WP_ALLOW_MULTISITE’, true);

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    And you logged off and back on?

    Thread Starter cubanology

    (@cubanology)

    yes, nothing.

    Thread Starter cubanology

    (@cubanology)

    Hello?

    Thread Starter cubanology

    (@cubanology)

    Resolved!!

    Don;t bump – it was the middle of the night for the volunteers in here. ?? We *will* see it eventually. ??

    Also, if you resolved, state how for the next person who is searching, please. ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Cannot reinstall Multisites’ is closed to new replies.