Viewing 8 replies - 1 through 8 (of 8 total)
  • Typically, a blank screen during install means you didn’t get a complete and intact set of WordPress files uploaded to your host. I’d consider downloading a fresh copy of WordPress from the Download tab at the top of this page, then use something like 7-Zip to extract the files. Then reupload the files to your host. Review Uploading WordPress to a remote host and make sure you are using ASCII transfer mode in your FTP client.

    If you have an .htaccess file, that too could be causing the problem–rename that if necessary.

    Thread Starter matt_doe

    (@matt_doe)

    That got me able to install, but now when I go to visit site all I see is “Index of/” page with all the files listed (www.mergevisual.com)

    Is it a problem with the theme? Am I still missing a file?

    add this line to top of your .htaccess

    DirectoryIndex index.php index.htm

    Your post solved my problem. I was using a local version. When I added index.php to the Apache httpd.conf file and restarted, my Blog page came up. Thanks.

    pbspirits

    (@pbspirits)

    I got rid of blank page by ensuring my server setting: ‘PHP Safe Mode’ was set to off. I searched high and low for this answer and finally figured it out and am doing a little paying-it-forward 🙂

    leewal

    (@leewal)

    Thanks samboll – I had the same problem matt_doe mentions, seeing index of folder instead of index.php

    The line in my .htaccess did it..
    for future reference what is the cause of this?

    steffenj

    (@steffenj)

    I had the same issue, blank page (Safari) or File not Found (Opera).

    Turns out none of the help here was related to my problem. What was causing it for me was WP-SuperCache. I had disabled it and removed all cache files before transfer. I had to fully disable the plugin by renaming the folder, removing the supercache line from wp-config.php and also deleteing the cache folder altogether (it contains a .htaccess file which i believe was the culprit).

    I had this error displayed. How do I fix this?

    Warning: require_once(/home/turnkeys/public_html/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/turnkeys/public_html/wp-admin/install.php on line 18

    Fatal error: require_once() [function.require]: Failed opening required ‘/home/turnkeys/public_html/wp-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/turnkeys/public_html/wp-admin/install.php on line 18

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘wp-config/install.php yields blank page’ is closed to new replies.