$this->addCheck(L10n::t('The database configuration file "config/local.ini.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'),false,false,htmlentities($txt,ENT_COMPAT,'UTF-8'));
$this->addCheck(L10n::t('The database configuration file "config/local.config.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'),false,false,htmlentities($txt,ENT_COMPAT,'UTF-8'));
$help=L10n::t('The web installer needs to be able to create a file called "local.ini.php" in the "config" folder of your web server and it is unable to do so.').EOL;
$help=L10n::t('The web installer needs to be able to create a file called "local.config.php" in the "config" folder of your web server and it is unable to do so.').EOL;
$help.=L10n::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.').EOL;
$help.=L10n::t('At the end of this procedure, we will give you a text to save in a file named local.ini.php in your Friendica "config" folder.').EOL;
$help.=L10n::t('At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica "config" folder.').EOL;
$help.=L10n::t('You can alternatively skip this procedure and perform a manual installation. Please see the file "INSTALL.txt" for instructions.').EOL;
}
$this->addCheck(L10n::t('config/local.ini.php is writable'),$status,false,$help);
$this->addCheck(L10n::t('config/local.config.php is writable'),$status,false,$help);