From ebf0fb5db5e2eaa2e781c8a4829eb268d2fce608 Mon Sep 17 00:00:00 2001
From: donncha If you post a message to the MU support forum at http://mu.wordpress.org/forums/ then copy and paste the following information into your message: If you post a message to the µ support forum at http://mu.wordpress.org/forums/ then copy and paste the following information into your message: One or more of the above directories must be made writeable by the webserver. One or more of the directories must be made writeable by the webserver. You will be reminded to reset the permissions at the end of the install. Quick fix: Welcome to WordPress µ. I will help you install this software by asking you a few questions and asking that you change the permissions on a few directories so I can create configuration files and make a directory to store all your uploaded files. If you have installed the single-blog version of WordPress before, please note that the WordPress µ installer is different and trying to create the configuration file wp-config.php youself may result in a broken site. It's much easier to use this installer to get the job done.
+ If the
+
FAILED
Quick Fix: chmod 777 $dir
";
- return false;
- } else {
- if( $ret == true ) {
- return true;
- } else {
- return false;
- }
- }
-}
-
function filestats( $err ) {
print "Server Summary
";
- print "";
print "
ERROR: $err";
@@ -172,17 +161,28 @@ function do_htaccess( $oldfilename, $newfilename, $base, $url ) {
}
function checkdirs() {
+ global $dirs;
+
$ret = true;
- $ret = check_writeable_dir( dirname(__FILE__), $ret );
- $ret = check_writeable_dir( dirname(__FILE__) . "/wp-content/", $ret );
+ foreach( $dirs as $dir ) {
+ if( false == is_writeable( $dir ) ) {
+ $err[] = $dir;
+ }
+ }
- if( $ret == false ) {
- print "Warning!
";
- print "
";
- print "Please chmod 777 or directory-name
chown that directory to the user the web server runs as (usually nobody, apache, or www-data)
";
- print "Refresh this page when you're done!Warning!
+
+ Please chmod 777 or directory-name
chown that directory to the user the web server runs as (usually nobody, apache, or www-data)
+ Refresh this page when you're done!
chmod 777 Installing WordPress µ
+ What do I need?
+ wp_ which may conflict with an existing WordPress install.mod_rewrite module is disabled ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.
You can probably use the following command to fix the permissions but check with your host if it doubt:chmod 755
Thanks for installing WordPress µ!
+
+ Donncha
+ wpmu version:
WordPress MU strips the string "www" from the URLs of sites using this software. It is still possible to visit your site using the "www" prefix with an address like but any links will not have the "www" prefix. They will instead point at .
+WordPress µ strips the string "www" from the URLs of sites using this software. It is still possible to visit your site using the "www" prefix with an address like but any links will not have the "www" prefix. They will instead point at .
The preferred method of hosting blogs is without the "www" prefix as it's more compact and simple.
You can still use "" and URLs like "www.blog1." to address your site and blogs after installation but internal links will use the format.
www. is depreciated has a lot more information on why 'www.' isn't needed any more.