Bin ja schon langsam am verzweifeln. Ich hab jetzt folgende Einstellung die scheint erstmal zu stimmen.
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
define('VHOST', 'no');
$base = 'base';
define('DOMAIN_CURRENT_SITE', 'www.domain.de' );
define('PATH_CURRENT_SITE', '/' );
define('SITE_ID_CURRENT_SITE', 1);
define('BLOGID_CURRENT_SITE', '1' );
Als Präfix habe ich wp_mu da auf meiner Datenbank schon ein einfaches Wordpress installiert ist. Nun bekomme ich ne andere Fehlermeldung.
[B]Fatal Error[/B]
If your blog does not display, please contact the owner of this site.
If you are the owner of this site please check that MySQL is running properly and all tables are error free.
[B]Database Tables Missing.[/B]
Database tables are missing. This means that MySQL is either not running, WPMU was not installed properly, or someone deleted wp_musite. You really [I]should[/I] look at your database now.
[B]What do I do now?[/B]
Read the [URL="http://codex.wordpress.org/Debugging_WPMU"]bug report[/URL] page. Some of the guidelines there may help you figure out what went wrong.
If you're still stuck with this message, then check that your database contains the following tables:
[LIST]
[*] wp_mublogs
[*] wp_muusers
[*] wp_muusermeta
[*] wp_musite
[*] wp_musitemeta
[*] wp_musitecategories
[/LIST]
If you suspect a problem please report it to the support forums but you must include the information asked for in the [URL="http://codex.wordpress.org/Debugging_WPMU"]WPMU bug reporting guidelines[/URL]!
Alles anzeigen
Macht da mein anderes Wordpress Probleme?