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?
All the main screens work [write] [edit] [categories] [links] [users] [options] [plugins] [templates] [profile] – but just not [View Site]!!
Have you tried re-uploading your files in case one or more of them were corrupted in the initial transfer?
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?
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?
Some threads which may hold a solution: http://tinyurl.com/526rm
Try reuploading the files. Sometimes it’s a bad transfer.
CarLBanks,
That was already suggested! ^^^ π
Doing some searchs because i have the same problem, I’m noticing this happens ALOT.
Any developers reading to maybe address this issue?
It is being worked on by the code developers.
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.
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/
On Mac, this is now free:
http://www.barebones.com/products/textwrangler/
And Linux ? I’ve haven’t a single clue π
Here’s the “official” list: http://codex.wordpress.org/Glossary#Text_editor
It includes Windows, Mac, and Linux apps.
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