• Resolved captntom

    (@captntom)


    After upgrading to 4.3… I installed Multisite plugin… made suggested changes to wp-config file… but cannot proceed further because Network Options is not showing up in “Tools” on dashboard.

    I’ve been at it going on eight hours now… doing alot of reading on the net… getting a little frustrated… nothing I do seems to be working… any suggestions?

    Here is what my wp-config file looks like right now:

    /* Multisite */

    define(‘WP_ALLOW_MULTISITE’, true);

    define( ‘MULTISITE’, true);

    define( ‘SUNRISE’, ‘on’ );

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

Viewing 1 replies (of 1 total)
  • What do you mean with “I installed Multisite plugin”?

    To turn your WordPress website into a multisite, you should first only add define( 'WP_ALLOW_MULTISITE', true ); to wp-config.php. When you’ve done that the network setup should show up in the tools menu, allowing you to proceed. Once multisite is active, the network setup menu is no longer there. So, you may have added too much to wp-config.php already.

    The ‘Create a Network‘ page in the codex has all info on how to set it up. I would suggest to turn back on your steps and follow the advice there.

    I hope this helps. GL!

Viewing 1 replies (of 1 total)

The topic ‘Multisite/Network not showing in TOOLS’ is closed to new replies.