• I posted this a week or so ago and got no response so I thought I would try one more time. Since the last post, I have completely rebuilt my windows server. I am using IIS, MySQL, and PHP. I did a brand new WP install. Right after doing the install, I go to the view site button and it is blank.

    If I do a view source on the blank page, this is what I get.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>

    If I go to the themes section of the admin, i can select another theme, but it will not load.

    I have tried EVERYTHING I can think of and I can’t figure it out. Any help would be much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are there any clues in your server error logs?

    Thread Starter mboggan

    (@mboggan)

    Negative. Nothing at all. I do have a phpinfo.php file in the root of my wordpress site and it will load just fine, but the index.php will not. I did try taking the index.php from the wp-admin folder and put it in the root in place of the root index.php and it works. It give me the admin login over and over and over again. I delete it and put the original index.php back in and it goes blank again.

    It’s like the index.php that I am downloading with WP 2.6.2 is broken. Any ideas?

    Thread Starter mboggan

    (@mboggan)

    I turned on show errors and i deleted all files from my website. Then i created a index.php with the following code in it.
    <?php phpinfo(); ?>
    Then I hit the url and this is what i get.

    Notice: Use of undefined constant phpinfo - assumed 'phpinfo' in
    D:\shares\websites\photo\index.php on line 1
    
    Fatal error: Call to undefined function php() in
    D:\shares\websites\photo\index.php on line 1

    Then I change the name of the file to phpinfo.php and i get the following.

    Internet Explorer cannot display the webpage

    Thread Starter mboggan

    (@mboggan)

    BUMP. Anyone out there have any ideas? This isn’t even about blank pages anymore. PHP will not even work anymore. I can’t even get a phpinfo test to work. I have gone through the IIS install of PHP, over and over and over again. Everything is setup right and it will NOT work. I really want to use WordPress. I feel like it is a great tool but I am getting very frustrated with this and getting really close to just calling it quits. I hope someone can help me.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Another Blank Site Issue’ is closed to new replies.