I am tryting to get a forum going using php-Nuke version 7.5. I have uploaded the files. I have created the database in MySql using the nuke.sql provided with version 7.5. I can view the tables created without a problem. I can run a php hello world page. But index.php won't run. I just get a blank page.

I modified and uploaded config.php:

$dbuname = "mydbname";
$dbpass = "mypass";
$dbname = "mydbname";

I changed the three parameters to those provided by siteburg. The database name and user name are the same. I have tried changing the $dbhost parameter to "database", but it makes no difference.

Any ideas would be much appreciated.