N°5235 Tmp dir setup check is now non blocking (woops previous commit was incomplete) (#301)

This commit is contained in:
Pierre Goiffon
2022-09-13 18:22:29 +02:00
parent 5cf391c3bb
commit bdfe3a3b35

View File

@@ -96,7 +96,7 @@ class SetupUtils
if (is_writable($sTmpDir)) {
$aResult[] = new CheckResult(CheckResult::INFO, "The temp directory is writable by the application.");
} else {
$aResult[] = new CheckResult(CheckResult::ERROR, "The temp directory <b>'".$sTmpDir."'</b> is not writable by the application. Change its permission or use another dir (sys_temp_dir option in php.ini).");
$aResult[] = new CheckResult(CheckResult::WARNING, "The temp directory <b>'".$sTmpDir."'</b> is not writable by the application. Change its permission or use another dir (sys_temp_dir option in php.ini).");
}
$aMandatoryExtensions = array(