Blank Screen on install.php – again
-
This seems to be a familiar problem.
I’ve installed WordPress to https://www.driftingaway.co.uk/testsite/wordpress/
when I run https://www.driftingaway.co.uk/testsite/wordpress/wp-admin/install.php
I get a blank screen.
My config file contains the detail I need:
// ** MySQL settings ** //
define(‘DB_NAME’, ‘jdevile1’); // The name of the database
define(‘DB_USER’, ‘jdevile’); // Your MySQL username
define(‘DB_PASSWORD’, ‘******’); // …and password
define(‘DB_HOST’, ‘mysql.4ph.com’); // 99% chance you won’t need to change this value
Anyone have any idea why this is happening? I’m running a virtual server on https://www.prohosters.com, and the latest versions of MySQL and PHP are installed and running.
- The topic ‘Blank Screen on install.php – again’ is closed to new replies.