The web installer needs to be able to create a file called ".htconfig.php" in the top folder of
your web server. It is unable to do so. This is most often a permission setting, as the web server
may not be able to write files in your folder (even if you can).
Please check with your site documentation or support people to see if this situation can be corrected.
If not, you may be required to perform a manual installation. Please see the file "INSTALL" for instructions.
EOT;
$o = t('The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.');
$o .= t('This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.');
$o .= t('Please check with your site documentation or support people to see if this situation can be corrected.');
$o .= t('If not, you may be required to perform a manual installation. Please see the file "INSTALL" for instructions.');
}
return $o;
@ -126,12 +122,9 @@ return $o;
function manual_config(&$a) {
$o .= <<<EOT
The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.
<textarearows="24"cols="80">{$a->data}</textarea>
EOT;
return $o;
$o = t('The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.');