Question about mu wordpress

Discussion in 'WordPress' started by LondonGio, May 9, 2007.

  1. #1
    I have read readme.txt file already, but there is another thing. I'll tell you what i am doing:
    1. download mu fro wordpress server
    2.unzip and upload to my site server www.Yes.ge
    3. thank install it, but it gives mi sucj information " Creating Database Config File: DONE
    Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it! "
    and thats all.
    I have read every information about this problem but no one had done it.
    Please, dear wordpress group! help me ):
    If you want to see, this is my site www.yes.ge where i am trying to install it.

    [​IMG]
     
    LondonGio, May 9, 2007 IP
  2. adultuserbars

    adultuserbars Peon

    Messages:
    762
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you post the contents of the wp-config.php file BUT remove your database login details. I think I know what the problem is.
     
    adultuserbars, May 9, 2007 IP
  3. LondonGio

    LondonGio Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'wordpress'); // The name of the database
    define('DB_USER', 'username'); // Your MySQL username
    define('DB_PASSWORD', 'password'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');
    define('VHOST', 'VHOSTSETTING');
    $base = '/';

    // double check $base
    if( $base == '/' )
    die( 'Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!' );
    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    define( "WP_USE_MULTIPLE_DB", false );

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

    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>

    this is content. If anyone can install it, i'll give you ftp of yes.ge and install there [​IMG]
     
    LondonGio, May 9, 2007 IP
  4. adultuserbars

    adultuserbars Peon

    Messages:
    762
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Are you trying to install it into subdomains or directories?
     
    adultuserbars, May 10, 2007 IP
  5. LondonGio

    LondonGio Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thats all right, I have installed 1.0 version already.

    adultuserbars thank you :)
     
    LondonGio, May 10, 2007 IP