Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter elanbailey

    (@elanbailey)

    In my prior 3.0.1 install I noticed the newly created blog.dir would create a new sub-folder everytime I added a new blog.

    Now that folder is empty and it doesn’t matter how many blogs I add, no sub-folders are being added here.

    Thread Starter elanbailey

    (@elanbailey)

    Thanks.

    I’m having a new problem now and I’m not sure if its related to having made that change in my config file.

    Now when I create new sites I see them in the back-end super admin panel. And I can navigate directly to each site using the url.
    But when I visit or login to the front end of my network I have no links or menu items that allow me to visit my blogs. And the persistent navigation that used to appear at the top is no longer there.

    If this is unrelated, I’ll create a new topic thread. But as far as I recall the problem only started after I changed the wp-config file.

    Wow, the designated MU seemed a lot more straightforward than this

    Thread Starter elanbailey

    (@elanbailey)

    spoke to soon, sorry.
    Are you referring to this line:

    $base = DB_NAME;

    should I remove the whole line
    $base = DB_NAME;

    I also notice an earlier line that reads:
    $base = '/';

    is this line okay

    Thread Starter elanbailey

    (@elanbailey)

    Thanks Andrea,

    Yes I used DH one-click.
    I don’t see the $base line though.

    Here are the contents of my wp-config

    <?php
    /** WordPress’s config file **/
    /** https://www.ads-software.com/ **/

    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘dbname’); // The name of the database
    define(‘DB_USER’, ‘dbuser’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘dbpw’); // …and password
    define(‘DB_HOST’, ‘dbhost.mysitename.com’); // …and the server MySQL is running on

    // Change the prefix if you want to have multiple blogs in a single database.

    $table_prefix = ‘wp_dsuju0_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Turning off Post Revisions. Comment this line out if you would like them to be on.

    define(‘WP_POST_REVISIONS’, false );

    // 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_ALLOW_MULTISITE’, true);

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

    define( ‘AUTH_KEY’, ‘GIo_[Yy?OrNN_i$6u}.35|+r|uOj}FTf}^D9U3HYR:xWp_+3$-GO+*-gD!y=7HP$’ );
    define( ‘SECURE_AUTH_KEY’, ‘P~U-U!_vnbKC>vx/{?<1k2/M=BqMlYW5Xnbnb6V o1_u6w{5DH4ey6rgxU+7LQ#Z’ );
    define( ‘LOGGED_IN_KEY’, ‘HX<L[,s`w-rOB}AoF8?q[57%OX&k+EAR=$;a{|r6D(Br8~PuIW(j_/[8c@sK?-uR’ );
    define( ‘NONCE_KEY’, ‘ebif g~M_w:?_NP-wH-]G@cyn0TXI*xiJcWV+3y2&ZQgUcqLlF>X5l=4*$6Ddp’ );
    define( ‘AUTH_SALT’, ‘o 6|45sC]i!isZo5hdmm)Ls5P8/OvtzZf-8jx0<_[&xZ:Y41Aog}:np(4#!h~J=m’ );
    define( ‘SECURE_AUTH_SALT’, ‘eO)_aCaT}U>D[vL4&dQ#H[nEiN_co/>]O5Q3F]4E>_ht+m@VdM>cx:e>`l^qZ6′ );
    define( ‘LOGGED_IN_SALT’, ‘^0 L~vap+s.*R)-i<uG@D$>[:D?7>Gdf}+BZ[r:~Cs9Mao5%rcRwGd@|>!k0YH’ );
    define( ‘NONCE_SALT’, ‘XZknyOc/4|+.!}/UnXl*OlP-nDm6|$>b13%0-nweBlU_!)t/zb6P>XB_^)+U aX3’ );

    /* Stop editing */

    $server = DB_HOST;
    $loginsql = DB_USER;
    $passsql = DB_PASSWORD;
    $base = DB_NAME;

    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__).’/’);

    // Get everything else
    require_once(ABSPATH.’wp-settings.php’);
    ?>

Viewing 4 replies - 16 through 19 (of 19 total)