Beiträge von quex

    Zitat

    No WPMU site defined on this host. If you are the owner of this site, please check Debugging WPMU for further assistance.

    Danke! Nun wird die oben genannte Fehlermeldung angezeigt. Wenn ich $base = 'BASE'; in der dritten Zeile entsprechend edtiere, und die selbe Variable in Zeile sechs, dann ändert sich die Fehlermeldung nicht, und bleibt so, wie schon im ersten Posting genannt.

    Code
    define('DB_COLLATE', '');
    define('VHOST', 'VHOSTSETTING'); 
    $base = '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!