Jump to content

chanthalath

New Members
  • Posts

    3
  • Joined

  • Last visited

chanthalath's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Please see source code as this link https://www.campcodes.com/projects/php/online-job-search-system-using-php-mysql-free-download/ I have downloaded from website and try to upload online website. Please suggest me to run online website. Thank you in advance.
  2. Yes, it's not working and enable already. I am just knowing basic in website. if you can explain more and find the solution. I will super thank you. Localhost on xampp is work. defined('SITE_ROOT') ? null : define ('SITE_ROOT', $_SERVER['DOCUMENT_ROOT'].DS.'job1212'); But website is not working. defined('SITE_ROOT') ? null : define ('SITE_ROOT', $_SERVER['DOCUMENT_ROOT'].DS.'https://kkgramping.club/'); Then, when I run and it displayed below: This page isn’t working kkgramping.club is currently unable to handle this request. HTTP ERROR 500
  3. Localhost on xampp is work. <?php defined('DS') ? null : define('DS', DIRECTORY_SEPARATOR); defined('SITE_ROOT') ? null : define ('SITE_ROOT', $_SERVER['DOCUMENT_ROOT'].DS.'job1212'); defined('LIB_PATH') ? null : define ('LIB_PATH',SITE_ROOT.DS.'include'); require_once(LIB_PATH.DS."config.php"); require_once(LIB_PATH.DS."function.php"); require_once(LIB_PATH.DS."session.php"); require_once(LIB_PATH.DS."accounts.php"); require_once(LIB_PATH.DS."autonumbers.php"); require_once(LIB_PATH.DS."companies.php"); require_once(LIB_PATH.DS."job.php"); require_once(LIB_PATH.DS."employees.php"); require_once(LIB_PATH.DS."categories.php"); require_once(LIB_PATH.DS."applicant.php"); require_once(LIB_PATH.DS."jobregistration.php"); require_once(LIB_PATH.DS."database.php"); ?> But I have run on website kkgramping.club and it's not work. <?php defined('DS') ? null : define('DS', DIRECTORY_SEPARATOR); defined('SITE_ROOT') ? null : define ('SITE_ROOT', $_SERVER['DOCUMENT_ROOT'].DS.'https://kkgramping.club/'); defined('LIB_PATH') ? null : define ('LIB_PATH',SITE_ROOT.DS.'include'); require_once(LIB_PATH.DS."config.php"); require_once(LIB_PATH.DS."function.php"); require_once(LIB_PATH.DS."session.php"); require_once(LIB_PATH.DS."accounts.php"); require_once(LIB_PATH.DS."autonumbers.php"); require_once(LIB_PATH.DS."companies.php"); require_once(LIB_PATH.DS."job.php"); require_once(LIB_PATH.DS."employees.php"); require_once(LIB_PATH.DS."categories.php"); require_once(LIB_PATH.DS."applicant.php"); require_once(LIB_PATH.DS."jobregistration.php"); require_once(LIB_PATH.DS."database.php"); ?> Please help me on this. Thank you in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.