Hi there - did you read the following two pages?
http://trac.mu.wordpress.org/wiki/DebuggingWpmu
and
http://trac.mu.wordpress.org/wiki/UpgradingWpmu
Also read through this post, as there's some useful information there too:
http://mu.wordpress.org/forums/topic.php?id=1369
it is a fresh install
I fixed the BASE and VHOST
the htaccess changes, as I wrote in the trac, cause a Internal Server Error.
What was the reason for changing the htaccess file? Is this something you have to do because of your hosting arrangement?
anyway, changing it or not I get the same error.
I was looking on the codes and found this:
if( $current_site == null && defined( "WP_INSTALLING" ) == false )
die( "No WPMU site defined on this host." );
Seem that the problem is in the 'DEFINE'.
Does it fix the problem if you change it?
and change WHAT?
I updated the Trac ticket - you're not supposed to add those lines to the .htaccess file.
ANY line that I add in htaccess give the error.
ATM the file is clean
Can you paste your .htaccess here?
there's NOTHING in the file!
now, check this
if ( !file_exists( dirname(__FILE__) . '/wp-config.php') ) {
if ( strstr( $_SERVER['PHP_SELF'], 'wp-admin') ) $path = '';
else $path = 'wp-admin/';
include( "index-install.php" ); // install WPMU!
die();
}
If there's NO 'wp-config.php' it will attempt to install?
And the 'WP-INSTALLING' is defined when you include the index-install. O.o it is weird. Im trying to remove wp-config.php and see what gonna blow.
lol, removing the wp-config the install screen loads up but give an error when I try to install cause have no details about the DB access.
[edit] my bad! Typo [/edit]
Indeed... the problem is that I handly edited the config.php...
Since when we should NOT do that? O.o
Delete .htaccess and wp-config.php and reinstall. it should hopefully work then.