"Please set Config::get(Config::SELF_URL_PATH) to the correct value detected for your server: <b>$ref_self_url_path</b> (you're using: <b>" . Config::get(Config::SELF_URL_PATH) . "</b>)");
"Please set SELF_URL_PATH to the correct value detected for your server: <b>$ref_self_url_path</b> (you're using: <b>" . Config::get(Config::SELF_URL_PATH) . "</b>)");
}
}
}
}
@ -108,7 +100,7 @@
}
}
if (!is_writable(Config::get(Config::LOCK_DIRECTORY))) {
if (!is_writable(Config::get(Config::LOCK_DIRECTORY))) {
array_push($errors, "Config::get(Config::LOCK_DIRECTORY) defined in config.php is not writable (chmod -R 777 ".Config::get(Config::LOCK_DIRECTORY).").\n");
array_push($errors, "LOCK_DIRECTORY is not writable (chmod -R 777 ".Config::get(Config::LOCK_DIRECTORY).").\n");
}
}
if (!function_exists("curl_init") && !ini_get("allow_url_fopen")) {
if (!function_exists("curl_init") && !ini_get("allow_url_fopen")) {
@ -165,7 +157,6 @@
array_push($errors, $msg);
array_push($errors, $msg);
}
}
}
}
}
if (count($errors) > 0 && php_sapi_name() != "cli") { ?>
if (count($errors) > 0 && php_sapi_name() != "cli") { ?>