Forums

$base =Base? (4 posts)

  1. d0cpaul
    Member
    Posted 2 months ago #

    Ok I am trying to install WPMU v. 2.7.1 on my /blog section of my server. I am using Godaddy as well.

    I filled out all the database information correctly.
    example:

    /** MySQL database username */
    define('DB_USER', 'MyUserName');
    /** MySQL database password */
    define('DB_PASSWORD', 'MyPassword');
    /** MySQL hostname */
    define('DB_HOST', 'DatabaseHost');
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');

    But I am still getting this message...

    Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!

    So I changed these sections to this...

    $base = '/';
    // double check $base
    if( $base == '/' )

    but I am still getting the same message...

    Help?

  2. andrea_r
    Member
    Posted 2 months ago #

    Do not edit the config file.

    Delete it.

    Visit your site. Follow the instructions on the screen. If a message says to edit the config file, then it's finding another WP on the server.

    http://wpmututorials.com/installation2/installing-in-a-subfolder/

  3. d0cpaul
    Member
    Posted 2 months ago #

    I deleted the Config file but it still gave me this message..
    Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!

  4. andrea_r
    Member
    Posted 2 months ago #

    Did you delete the wp-config.php file of the WPMU install in the /blog folder?

Reply

You must log in to post.

About this Topic