I installed jobberbase
and everything went smoothly but I keep getting the error
Undefined index: HTTPS in /XXXXXX/page_job.php on line 71
at the top of job post.
The code at line 71 are as follows;
$current_url = (($_SERVER["HTTPS"] == "on") ? "https" : "http").'://' . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
I just started learning php, so any help will be highly appreciated.