WordPress.org

Forums

Enabled Multisite but Network menu hidden (8 posts)

  1. retroriff
    Member
    Posted 2 years ago #

    Hello, I've modified the wp-config.php file in order to enable multisite but the network menu doesn't appear. I added this code at the end, and also tried before "That's all folks..."

    /*Per activar el multisite*/
    define('WP_ALLOW_MULTISITE', true);

    Any suggestion?

    Thanks.

  2. berteh
    Member
    Posted 2 years ago #

    did you try cleaning your browser cache? (usually CTRL+F5 or CTRL+R)

    for me the instructions at http://codex.wordpress.org/Create_A_Network worked perfectly (twice already).

  3. the code has to go somewhere in the middle. At the end or the beginning, it will not get read.

  4. retroriff
    Member
    Posted 2 years ago #

    My cache was. already turned off. This is the place where I added the code:

    define('WP_ALLOW_MULTISITE', true);

    /* That's all, stop editing! Happy blogging. */

    But it doesn't render the network menu :(

  5. The only people who are having issues are getting "smart quotes" when they paste it in.

    Type it in. Use the ' key for the quotes.

  6. somethingelse
    Member
    Posted 2 years ago #

    i WAS experiencing this same problem.
    no love on the network activation.

    i prefer to use sub-directories, so i skipped step 2, as it says.

    so... on a whim, i compared wp-config between the site i'm working on, and another site (not a network site).

    i noticed that the define ('WPLANG', ''); was commented out.

    so, for the heck of it, i commented it back in :D
    re-uploaded my wp-config and presto! network mode!

    not a clue why or how that worked.
    or if it was in fact at all related...
    but i have network under my tools menu now... and that's what i care about :D

  7. yeah.... no idea why that worked. That's completely an unrelated line.

  8. It was probably an unclosed comment.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags