I got this working for me. My problem was that my wp-settings.php file had an extra space (carriage return actually) after the closing php tag.
Upon removal of the space after the ?> tag, everything worked perfectly. So, my advice is look at ANY php files you may have initially edited to configure your site for your needs, and check them for spaces before or after the php tags.
Hope that helps,
Alan