• cinematic

    (@cinematic)


    I have installed a brand new wp 3.0 alpha and can’t find any link to the network settings …
    tools lists only import and export. Is it only me?

Viewing 15 replies - 1 through 15 (of 16 total)
  • MichaelH

    (@michaelh)

    No that was intentional. You need to add this to your wp-config.php

    define('WP_ALLOW_MULTISITE', true);

    See https://lists.automattic.com/pipermail/wp-testers/2010-March/012212.html

    [moderated code fixed]

    Thread Starter cinematic

    (@cinematic)

    Ah … there it is … thanks a lot for this info! I didn’t take notice of that and wondered where the network tab was …

    (maybe it would be a good idea to include this tag in config.php so that the line only needs to be set true in order to be used?)

    Thread Starter cinematic

    (@cinematic)

    I just added the tag to config.php and it didn’t change anything at all. Only after an automated update to the latest nightly build the network tab showed up. Could it be that the tag only works if being set before installation? Then I can imagine that this change will cause some confusion …

    MichaelH

    (@michaelh)

    WP_ALLOW_MULTISITE wasn’t available via the nightly build until late March 9th (or early March 10, 2010). Prior to that it was WP_ENABLE_MULTISITE — but they renamed it to WP_ALLOW_MULTISITE — that’s what the testers thread was all about.

    Parse error: syntax error, unexpected ‘:’ in /usr/www/users/ooooo/ooo/wp2/wp-config.php on line 36

    What did I do wrong?

    Is it to late after the Installation?

    Open wp-config.php and change the line MichaelH had you add to this:

    define('WP_ALLOW_MULTISITE', true);

    The error is due to a colon at the end of that line – should be a semi-colon.

    Good catch kpdesign. I will edit that code above.

    Thanks.

    trying the latest trunk define(‘WP_ALLOW_MULTISITE’, true);
    is not working, I dont get the network possibility.

    I did just like it says:

    /** MULTI USER! */
    define('WP_ALLOW_MULTISITE', true);
    define('VHOST', 'no');
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'my.domain.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    define('WP_ALLOW_REPAIR', true);

    But when I refresh the admin, it says the db needs to be repaired, when I comment the VHOST line, it goes back to normal but nothing happens.

    I get the same error as him. I do not know what is wrong yet.

    Don’t put all that in there at once.

    Put define( ‘MULTISITE’, true ); in your config file FIRST.

    Then go visit the Network menu.

    ok now i get can not conect to db. and all the info is right.

    define(‘WP_ALLOW_MULTISITE’, true);
    Adding this line in wp-config does not let network option under tools…in wordpress 3

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It should. Did you but it above the ‘stop editing here’ line?

    network link appeared

    i put this line before
    /* That’s all, stop editing! Happy blogging. */

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Network settings missing’ is closed to new replies.