• Resolved David

    (@prodesign)


    i’ve setup a MS wordpress before, but this time its not working at all, i’ve followed all the instructions, first i add

    define (‘WP_ALLOW_MULTISITE’, true);

    to wp-config.php

    go to the network and install subdir,
    create the blogs.dir and add it

    add the codes to the htaccess, no problems there

    but when i try to add

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    to wp-config.php, i cant get past this error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/topplace/public_html/wp-config.php:1) in /home/topplace/public_html/wp-includes/pluggable.php on line 890

    i’ve repeated this a billion times, i cant get past this error, i know this error means theres extra space, but didnt make and modifications pluggable.php line 890, so why does this happen?

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

    (@ipstenu)

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

    Check for extra spaces in the WP-config file.

    Thread Starter David

    (@prodesign)

    theres nothing before
    <?php on line one

    and no spaces after
    require_once(ABSPATH . ‘wp-settings.php’);

    at the end, any other ideas?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

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

    If you haven’t added anything, I’d trash it, totally, get a fresh download from wordpress.org, and try again. Somehow you got a stray space in there.

    Thread Starter David

    (@prodesign)

    hmph.. ya i repeated the process more times then i can count as soon as i get to the step to add

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘topplacetovisit.info’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    i get the error, then if i undo it, it goes away.

    Where in the wp-config file are you pasting this in? In the middle?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

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

    Are you sure there are no funky characters? What are you using to edit the file?

    Thread Starter David

    (@prodesign)

    I’m using microsoft web expression

    I add the code right below
    define (‘WP_ALLOW_MULTISITE’, true);
    and right above that’s all happy blogging

    here’s a copy.

    */
    define('WP_DEBUG', false);
    
    define ('WP_ALLOW_MULTISITE', true);
    
    define( 'MULTISITE', true );
    
    define( 'SUBDOMAIN_INSTALL', false );
    
    $base = '/';
    
    define( 'DOMAIN_CURRENT_SITE', 'designquoter.com' );
    
    define( 'PATH_CURRENT_SITE', '/' );
    
    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. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    
    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

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

    This may be sod-all, but … can you do it in NotePad? I wonder if the file is being saved wonkily. That’s a technical term.

    Thread Starter David

    (@prodesign)

    “wonkily. That’s a technical term.”

    sod-all it was not! you got it. wonkily… i should of checked that sooner.. added code outside of expression, worked first time. much thanks, i am creating this second network just to troubleshoot and find the problem with my main. (the other issue i posted)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘MS setup problem’ is closed to new replies.