i am configuring the front page of config.php like this <?php //Database configuration define('DB_NAME', 'coursems'); define('DB_USER', 'root'); define('DB_PASS', ''); define('DB_HOST', 'localhost'); define('USE_PCONNECT', 'false'); //CourseMS Paths define('HTTP_SERVER', 'http://localhost/htdocs/'); define('HTTP_PATH', 'C:/xampps/htdocs/coursems/'); define('EXPORT_PATH', 'C:/xampps/htdocs/coursems/exports/'); define('REL_EXPORT_PATH', 'exports/'); // PHPESP database configuration define('ESP_DB_NAME',...
Dear ! i install the application on the xampp of my local machine but the syste did not connect to the server (could not username and password)plse give me the hint or manual of installation thank u