and below is my login.php <?php include ('config.php'); include (APP_BASE_PATH.'login.php');
this is my config.php <?php ini_set('error_log', 'LOG'); define('APP_NAME', 'hrms'); define('FB_URL', 'hrms'); define('TWITTER_URL', 'hrms'); define('CLIENT_NAME', 'hrms'); define('APP_BASE_PATH', 'C:/xampp/htdocs/hrms/'); define('CLIENT_BASE_PATH', 'C:/xampp/htdocs/hrms/app/'); define('BASE_URL','http://localhost/hrms/'); define('CLIENT_BASE_URL','http://localhost/hrms/app/'); define('APP_DB', 'icehrmdb'); define('APP_USERNAME', 'root'); define('APP_PASSWORD', ''); define('APP_HOST', 'localhost');...
hello , Am getting below message after installing icehrm ,any idea? Warning: include(C:/xampp/htdocs/hrms/login.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\hrms\app\login.php on line 3 Warning: include(): Failed opening 'C:/xampp/htdocs/hrms/login.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\hrms\app\login.php on line 3