• Resolved mcgree

    (@mcgree)


    Hello,
    I am trying to install WordPress on a hosting account, but I cannot get the setup to complete.

    1. I downloaded the files, unzipped the files, and transferred them using Filezilla.
    2. I created my sql database and added a user.
    3. I updated the config file with the proper database information and double checked everything (including caps and spelling).
    4. I tried to run the install by typing “funncocoabeach.com/wp-admin/install.php” into Chrome. The site updated, but I still had a blank page.

    So, I tried some troubleshooting things:
    1. I uninstalled and re-installed everything, double checked my updates in the config file.
    2. Made sure that everything was in the public_html folder. (It was.)
    3. turned on debugging in the config file. (I still don’t get anything except a blank page.)
    4. I read through the forums and I didn’t see any recent threads that matched my issues. (I did find something from about 4 years ago although I don’t know that most of the solutions are still relevant.)
    5. I created created and run a server query (from https://codex.www.ads-software.com/Finding_Server_Info). I’m not quite sure what to do with this as nothing is super obvious in terms of an issue. (While I am tech savvy I don’t really do a lot with websites with the exception of html and css.)

    Any help would be much appreciated! Thanks in advance!

Viewing 11 replies - 1 through 11 (of 11 total)
  • A blank page usually means a PHP error. Are you sure your hosting is properly configured to host a WordPress site? See https://www.ads-software.com/about/requirements/ for what exactly is needed.

    Thread Starter mcgree

    (@mcgree)

    I double checked my server information.
    1. Currently I have PHP version 5.3.26. (Requirement = 5.2.4 or higher)
    2. Currently I have mySQL version 5.5.35. (Requirement = 5.0 or higher)
    3.Further down on the page it says to ask about The mod_rewrite Apache module. I cannot find anything about Apache or the mod_rewrite module in my server information. (I did a find on the 15 pg. return.) I’m assuming this is set to the correct mode because the hosting provider has their own install of WP (which also has the same exact problem.) I will double check with them though.

    In the meantime, are there any other setting issues that could cause an issue?

    Thread Starter mcgree

    (@mcgree)

    My web hosting service said that I can allow mod_rewrite in the .htaccess file. I looked through the WP support pages and found some script to put into the .htaccess file. I copied and pasted the following:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Then, I saved the file and wrote over the old htaccess file using Filezilla. I still only get a blank, white page.

    Go into your wp-config.php page and change this line:

    define('WP_DEBUG', false);

    to:

    define('WP_DEBUG', true);

    That sill allow the errors to show, and you’ll be able to see what you’re dealing with.

    Thread Starter mcgree

    (@mcgree)

    I double checked I do still have debuging enabled (define(‘WP_DEBUG’, true);). I still only get a blank white page, no error message or anything.

    Thread Starter mcgree

    (@mcgree)

    I’m not sure that this assumption is correct, but given that I’m not even receiving an error code, I think that something must be preventing the install from even running. However, I have no idea what would cause that and I know that I meet the basic operating requirements.

    If you haven’t done the installation yet, delete all .htaccess files that you had put on the iste anywhere. They aren’t needed until you move to pretty permalinks, and then the system will generate them automatically.

    After that try again and see if that has made any difference.

    If it hasn’t, look at the error logs on your server. You should be able to see in there what the errors are.

    Thread Starter mcgree

    (@mcgree)

    I went through and deleted the .htaccess file that I put up and I couldn’t find any others. When I tried to run the install I still got a blank page. When I went to the error log I got the following (except that I change the IPs):

    [Wed Feb 12 07:01:47 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/404.shtml
    [Wed Feb 12 07:01:47 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/images
    [Wed Feb 12 07:01:47 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/404.shtml
    [Wed Feb 12 07:01:47 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/robots.txt
    [Wed Feb 12 06:59:52 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/404.shtml
    [Wed Feb 12 06:59:52 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/favicon.ico
    [Wed Feb 12 06:53:58 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/404.shtml
    [Wed Feb 12 06:53:58 2014] [error] [client XX.XX.XXX.XX] File does not exist: /home/funinc83/public_html/images
    Thread Starter mcgree

    (@mcgree)

    While trying to figure out what’s going on I realized that all of the times in the error log are before I deleted the .htaccess file. I also noticed that when I ran the install file something happened (at least in the background) because my redirect (to the old site) was overwritten. However, I still only get a blank page. I don’t see anything at all.

    Try re-uploading all files & folders – except the root wp-config.php file – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter mcgree

    (@mcgree)

    I tried a new install from scratch and still had the same problem. However, I finally got a real person from the hosting company. This is what was fixed in case anyone has the same problem.

    “We have fixed your issue by adding the below line in your .htaccess file”

    Thanks for all of the help!!!!! I greatly appreciate everyone’s feedback!!!!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘install.php gives blank, white page’ is closed to new replies.