5
My guess is that you have a global.php with a couple of linebreaks after the ?> ending characters - this will start the HTML output and any subsequent headers will throw that error.
Check if root/language/english/global.php does indeed have those linebreaks after the ?> and if so, delete the linebreaks and reupload the file to the server.