Try looking in your
routes.php file. I found that two blank lines at the end of the routes.php file will, for whatever reason, output a blank line at the top of everything that CakePHP outputs.The reason this is especially bad is because, in the case of RSS at least, a blank line will invalidate the XML content so it doesn't look like a feed to a feed reader.