• shineyfilms

    (@shineyfilms)


    Hi there
    trying to create wordpress Multi sites.
    We have uploaded the wp-config.php with the additional text
    Then under Tools the new Network tab appeared
    we clicked it open but we did not get the ¨Create a Network of WordPress sites¨
    which allows you to select sub directories or sub domains
    That page was missing so we could not install.
    it went directly to the page with two more lines of code to add one to the wp-config.php
    the other to .htaccess which was not in the wordpress folder so we made one.

    we logged out.
    when we logged back in, the Network tab was gone and we have no idea how to add a new site.

    any help will be greatly appreciated
    TeamShiney

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

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Is this a brand new install?

    Thread Starter shineyfilms

    (@shineyfilms)

    Hi
    Don’t think so
    http://codex.wordpress.org/Create_A_Network
    Take a look at this as well

    Thread Starter shineyfilms

    (@shineyfilms)

    Hi
    Our wordpress site is not new.
    regards
    ps how do we get rid of that ridiculous avatar?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    I don’t need to read how to turn on Multisite πŸ˜‰ I know how. (That may or may not become funnier to you later.)

    Remove all the ‘extra’ text from your wp-config.php.

    Log off and back on.

    Now add just ONE line: define('WP_ALLOW_MULTISITE', true);

    If that DOES NOT give you the Multisite Options pages, Turn off ALL your plugins.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    aedo – Generally we ask you make your own topic πŸ™‚

    Go to WP Admin -> Tools

    Do you have Network Setup listed there?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    aedo – Okay, go make your own topic please (though what Multisite has to do with adding Javascript needs an explanation)

    Thread Starter shineyfilms

    (@shineyfilms)

    Hi Ipstenu

    thanks very much for your reply. we are only here at the weekends.
    what extra code would that be

    we have towards the end of the wp-config file this.
    do you want us to cut it all out and leave the line you sugested?
    thanks
    TeamShiney

    define(‘WP_DEBUG’, false);

    define(‘WP_ALLOW_MULTISITE’, true);
    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/wordpress/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘shineyfilms.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/wordpress/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );
    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */

    Thread Starter shineyfilms

    (@shineyfilms)

    hello
    we tried that and it did not change anything.
    Suck!

    Thread Starter shineyfilms

    (@shineyfilms)

    sorry that should say
    Stuck

    Thread Starter shineyfilms

    (@shineyfilms)

    last wek we had a dashboard tab called my sites, and that says add new sites and has the keys logos
    but we have no idea whats happened or how to add a new site.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Go into your database.

    Do the following tables exist?

    wp_blogs
    wp_blog_versions
    wp_registration_log
    wp_signups
    wp_site
    wp_sitemeta

    Thread Starter shineyfilms

    (@shineyfilms)

    Hello Ipstenu
    we have
    wp-signup
    not
    wp_signups
    other than that none
    Team Shiney

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay the install wasn’t complete. That’s good.

    Change this:

    define('WP_DEBUG', false);
    
    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/wordpress/';
    define( 'DOMAIN_CURRENT_SITE', 'shineyfilms.com' );
    define( 'PATH_CURRENT_SITE', '/wordpress/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */

    to this:

    define('WP_DEBUG', false);
    
    define('WP_ALLOW_MULTISITE', true);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */

    Thread Starter shineyfilms

    (@shineyfilms)

    yes!!!
    you did it!!!

    but it is just like before
    we still dont have the first page in the network tab to select the type of domain.
    just takes us straight to the add code page which we just removed.

    network setups tab
    takes us to
    Create a Network of WordPress Sites
    Enabling the Network

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Okay. DO NOT put the codes it gives you into wp-config or .htaccess yet. First, turn off ALL your plugins.

    If you’re not getting the first page in the network setup, it’ll never work.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Multi sites missing setup page’ is closed to new replies.