Good day.
I think I need help on this.
I already extract files in to the folder in my site (sub-domain), rename the config.sample.php to config.php, already changed the values of database, username and password in config.php, then imported the structure.sql and afterwards the upgrade.0.6.sql.
At first I got server error 500 then after I re-imported the upgrade.0.6.sql and test the site, the page goes blank now, no errors whatsoever, just blank.
The Php version of my hosting is 5.6.17 and MySQL is 5.6.29
I also already changed the PHP version to lower which are 5.3, 5.4 and 5.5 bur still the same, blank page
Am I missing something?
Thanks in advance.
try search the error message in webserver logs (different for every hosting provider). Most times, 500 error is a syntax error. verify that config.php has good php syntax. (missing ; at line end, missing closed colon, etc), or unix style line ending (\n).