summaryrefslogtreecommitdiffstats
path: root/wpmu-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 14:09:56 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-07-17 14:09:56 +0000
commitff1b8a42afd62f635a2535fc50ab91cad664e468 (patch)
treee7401983692c3c27db151fa3d8d724027948deca /wpmu-settings.php
parentf1b23cb60d65223913e6704be11e299ed503cdbd (diff)
downloadwordpress-mu-ff1b8a42afd62f635a2535fc50ab91cad664e468.tar.gz
wordpress-mu-ff1b8a42afd62f635a2535fc50ab91cad664e468.tar.xz
wordpress-mu-ff1b8a42afd62f635a2535fc50ab91cad664e468.zip
Point people at the debugging page if their install doesn't work.
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@675 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wpmu-settings.php')
-rw-r--r--wpmu-settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wpmu-settings.php b/wpmu-settings.php
index 444265b..43c290f 100644
--- a/wpmu-settings.php
+++ b/wpmu-settings.php
@@ -34,7 +34,7 @@ if( isset( $current_site ) == false ) {
$current_site = $sites[0];
die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" );
} else {
- die( "No WPMU site defined on this host." );
+ die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." );
}
}
}
@@ -53,7 +53,7 @@ if( isset( $current_site ) == false ) {
$current_site = $sites[0];
die( "That blog does not exist. Please try <a href='http://{$current_site->domain}{$current_site->path}'>http://{$current_site->domain}{$current_site->path}</a>" );
} else {
- die( "No WPMU site defined on this host." );
+ die( "No WPMU site defined on this host. If you are the owner of this site, please check <a href='http://trac.mu.wordpress.org/wiki/DebuggingWpmu'>Debugging WPMU</a> for further assistance." );
}
}
}