Pydio Diagnostic Tool

Status : You have some warnings, but no fatal error detected, Pydio should run ok.
Please review the warnings. Continue to Pydio Installation

"; } else if(count($ALL_ROWS["error"])) { echo "

Status : You have some errors that may prevent Pydio from running. Please review the error lines to check what action you should do. Ignore and continue to Pydio.

"; }else{ echo "

Status : No specific errors were detected, your Pydio installation should run smoothly!
Continue to Pydio Installation!

"; } } ?>
$allTests){ foreach($allTests as $testKey => $testInfo){ $status = ($testsType == "passed"?"ok":$testsType); echo "
".($testsType != "passed"?"-":"+")." $testKey
$status
$testInfo
"; } } ?>