v
Requirements problem!
Sorry, but ICEcoder has a problem
running on your server:
and needs 7.0 or above
";
}
if (true === in_array("phpSession", $reqsFailures)) {
echo "You don't appear to have a
working PHP session
";
}
if (true === in_array("phpReadFile", $reqsFailures)) {
echo "You don't seem to be able
to read the config file
";
}
if (true === in_array("phpAllowURLFOpen", $reqsFailures)) {
echo "You don't seem to have
allow_url_fopen enabled
";
}
if (true === in_array("phpCreateConfig", $reqsFailures)) {
echo "Cannot update config file:
data/".$configSettings."
Please check write permissions
on data dir and reload page
";
}
if (true === in_array("phpCreateSettings", $reqsFailures)) {
echo "Couldn't create:
data/$settingsFile
Maybe you need write
permissions on the data dir?
";
}
if (true === in_array("phpUpdateSettings", $reqsFailures)) {
echo "Can't update config file:
data/".$settingsFile."
Please check write permissions
on data dir and reload page
";
}
if (true === in_array("phpCreateSettingsFileAddr", $reqsFailures)) {
echo "Couldn't create:
data/$settingsFileAddr
Maybe you need write
permissions on the data dir?
";
}
if (true === in_array("systemIPRestriction", $reqsFailures)) {
echo "Not in permitted IPs list
";
}
?>