Title: Index.php comes up blank
Last modified: August 18, 2016

---

# Index.php comes up blank

 *  [Craig Reynolds](https://wordpress.org/support/users/mstrmndmaven/)
 * (@mstrmndmaven)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/)
 * Stay with me, here. I have succeeded in going through the instal script and even
   logged on as admin and updated my profile (name, etc.)
 * Also, /wp-admin/post.php will take a new message.
 * However: when I go to look at the result, index.php comes up a blank page. View
   Page Source sez: <html><body></body></html>
 * I am using FireFox browser, by the way…

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-141914)
 * A search for “blank index.php” returns these results:
 * [http://wordpress.org/support/topic.php?id=11757](http://wordpress.org/support/topic.php?id=11757)
   
   [http://wordpress.org/support/topic.php?id=9245](http://wordpress.org/support/topic.php?id=9245)
 *  Thread Starter [Craig Reynolds](https://wordpress.org/support/users/mstrmndmaven/)
 * (@mstrmndmaven)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-141977)
 * Thanks, macmanx. I read those last night before posting and they didn’t look 
   like my case. I am mostly needing help on how to go about trouble-shooting this.
   They mentioned server error reports. How do I find those?
 *  Thread Starter [Craig Reynolds](https://wordpress.org/support/users/mstrmndmaven/)
 * (@mstrmndmaven)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-141978)
 * All the main screens work [write] [edit] [categories] [links] [users] [options][
   plugins] [templates] [profile] – but just not [View Site]!!
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-141987)
 * Have you tried re-uploading your files in case one or more of them were corrupted
   in the initial transfer?
 *  Thread Starter [Craig Reynolds](https://wordpress.org/support/users/mstrmndmaven/)
 * (@mstrmndmaven)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-141994)
 * At first the install page came up blank, and I did delete all and got a copy 
   of FileZilla and re-uploaded. (I had used GoLive the first try.)
 * That fixed everything but the index. Should I just start over with a new download
   from WordPress?
 *  [shamrox](https://wordpress.org/support/users/shamrox/)
 * (@shamrox)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142001)
 * First time install. I get to the admin login screen, I login and it goes to a
   blank page.
    the url is mysite.com/buildlog/wp-admin/
 * any ideas what’s wrong?
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142003)
 * Some threads which may hold a solution: [http://tinyurl.com/526rm](http://tinyurl.com/526rm)
 *  [carlbanks](https://wordpress.org/support/users/carlbanks/)
 * (@carlbanks)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142005)
 * Try reuploading the files. Sometimes it’s a bad transfer.
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142010)
 * CarLBanks,
    That was already suggested! ^^^ 🙂
 *  [shamrox](https://wordpress.org/support/users/shamrox/)
 * (@shamrox)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142021)
 * Doing some searchs because i have the same problem, I’m noticing this happens
   ALOT.
 * Any developers reading to maybe address this issue?
 *  [NuclearMoose](https://wordpress.org/support/users/nuclearmoose/)
 * (@nuclearmoose)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142026)
 * It is being worked on by the code developers.
 *  Thread Starter [Craig Reynolds](https://wordpress.org/support/users/mstrmndmaven/)
 * (@mstrmndmaven)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142045)
 * One thing I learned from reviewing many posts on these “blank pages” issues is
   that 90+% of the time, the fault lies with the person doing the installing, not
   in the software. PHP is very sensitive to its environment and to junk in the 
   script (as are all programs.)
 * My case was no different. The clue was “used GoLive to upload.” Well, somewhere
   along the line, I had opened the index.php file with GoLive, and that (*&^%$#
   $%^& program added this line to the top of the script:
    <?xml version=”1.0″ encoding
   =”iso-8859-1″?> This is all it took to blow it up. I discovered this problem 
   by looking at the server error logs, which told me : PHP Parse error: unexpected
   T_STRING in …/blog/index.php on line 1
 * For what it’s worth to future seekers: look at your own setup before casting 
   aspersions on this fine software.
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142047)
 * MsrtMndMaven – thanks heaps for posting back.
 * For what it is worth:
 * On Windows, Notepad++ is a fine open source editor:
    [http://notepad-plus.sourceforge.net/](http://notepad-plus.sourceforge.net/)
 * On Mac, this is now free:
    [http://www.barebones.com/products/textwrangler/](http://www.barebones.com/products/textwrangler/)
 * And Linux ? I’ve haven’t a single clue 🙂
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142052)
 * Here’s the “official” list: [http://codex.wordpress.org/Glossary#Text_editor](http://codex.wordpress.org/Glossary#Text_editor)
 * It includes Windows, Mac, and Linux apps.
 *  [dawg](https://wordpress.org/support/users/dawg/)
 * (@dawg)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142053)
 * Many editors add that {<?xml version=”1.0″ encoding=”iso-8859-1″?>} especially
   when using tidy so I would not be so harsh on any specific editor, I am sure 
   Go Live is a good editor but myself I stay away from wysiwyg type as the code
   gets bloated with extras

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Index.php comes up blank’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 15 replies
 * 7 participants
 * Last reply from: [dawg](https://wordpress.org/support/users/dawg/)
 * Last activity: [21 years, 3 months ago](https://wordpress.org/support/topic/indexphp-comes-up-blank/#post-142053)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
