Hi,
I just see an empty page with 500 HTTP error and not working. Below is my configuration(config.php) with MAMP stack.
//Database credentials
define('DBHOST', 'localhost'); //Also tried "localhost:3306"
define('DBNAME', 'test');
define('DBUSER', 'test');
define('DBPASSWORD', 'test');
First, this issue needs to be resolved. Further, it needs to handle this kind of basic errors and display an appropriate message on the browser, currently, there is no clue.
I appreciate your help.
Hi,
I just see an empty page with 500 HTTP error and not working. Below is my configuration(config.php) with MAMP stack.
//Database credentials
define('DBHOST', 'localhost'); //Also tried "localhost:3306"
define('DBNAME', 'test');
define('DBUSER', 'test');
define('DBPASSWORD', 'test');
First, this issue needs to be resolved. Further, it needs to handle this kind of basic errors and display an appropriate message on the browser, currently, there is no clue.
I appreciate your help.