September 10
CakePHP, FirePHP and White Space!
Working on outputting XML in CakePHP, the output xml was not valid because of white space right at the beginning of the view. On further investigation I found that this was happening with all views.
I found the culprit to be in the FirePHP Debugger file (as set up using the bakery - http://bakery.cakephp.org/articles/view/debugging-with-firephp ), after the closing ?> tag.
So if you have this problem and have FirePHP running as a Vendor in CakePHP take a look at this file and this may solve your problem.
Hope this helps someone.
Billy