WordPress Error – Needs a fix

Solution:

On the first line of your wp-config.php file there is some whitespace being sent to the browser. You need to remove this whitespace in order for PHP to send out headers to the browser.

This whitespace could be an echo or a print or anything spaces that are outside the tags.