• Hi all, I had upload all the necessary files onto my server and had modify the wp-config.php , but as soon as I run wp-admin/install.php , the page appears to be blank…. It also happen when I run index.php…. This is my first time installing WordPress, not sure what happen…. If there is anyone that had this problem before , please teach me how to resolve it….. thanks so much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is this a new install or an upgrade?

    I upgraded and got a blank screen also. It was caused by a plugin that wasn’t working right with the new version. Via an ftp client I removed the older plugin folder, saved it on my computer, and uploaded the newer basic folder that came with the upgrade. Everything is working great now.

    See https://codex.www.ads-software.com/Using_Permalinks and scroll down to Permalinks, .htaccess, and MS Frontpage.

    You could edit the top of the index.php file to allow you to see the errors. It’s probably hiding them as you’re in “safe _mode” or have your error reporting turned down.

    <?php error_reporting(E_ALL); ?>

    or try:

    <?php ini_set('error_reporting', E_ALL); ?>

    Then you’ll have some meaningful error messages to help work out what’s gone wrong.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installation appears to be a blank page?’ is closed to new replies.