• Resolved Rudy64

    (@rudy64)


    I’m looking at converting my single blog into a multisite blog. I put the proper line into wp-config.php (define(‘WP_ALLOW_MULTISITE’, true);), but I am not getting the new “Network” choice under the Tools menu.

    Do I need to do something else to get it to work?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nope, you need to make sure that works before you can move on. If it’s not showing up then either

    – you copy/pasted in windows and it changed the quotes on you. needs to be ‘ not curly ones.
    – you put the line either before or after the part that say not to edit about or below these lines. In other words, you’re safest sticking it in the middle of the file.

    Thread Starter Rudy64

    (@rudy64)

    I code PHP for a living so this is what makes the problem so frustrating–everything appeared to be in order. And I can’t figure out why, but I moved that line to the middle of the wp-config file, and it works now. It shouldn’t matter, but it does! (Any config file I’ve ever written is never fussy about variables or constants being in any particular order…the whole file is usually fed in via an include() or require() statement in some main programming loop.)

    At any rate, thanks much!

    It shouldn’t matter, but it does! (Any config file I’ve ever written is never fussy about variables or constants being in any particular order…

    But WP’s config files has two section at the top or bottom that specify not adding anything in those sections.

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

    For example, anything added below this line will not get run.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite will not activate’ is closed to new replies.