Check the wp-config file for space before the <?
Delete the extra space.
Nope. No space there. But thanks for the try!
-Matt
Resolved!
I had edited my wp_config file using TextWrangler which added another line after the ?> at the end.
Simply removing the line in TextWrangler was not enough. I needed to re-write the last line in Text Edit. This removed all the issues and now it works…
…of course I have new problems, but this particular one is resolved.
Sorry, did you also check the end? This normally is the result of having extra white space in the wp-config.php file somewhere.
yes. I rewrote both the open and close tags.
FYI: same problem, same resolution