> Ah, but I downloaded the homepage for the site using curl and it has > the same prefix, so it's not just for XLS generation - that's just the > one that seems to break as a result. The HTML files have the same > problem, but browsers ignore it. So whichever file it is, it appears > to be one that's being used for every page in my Cake app.
I had a similar problem with a symbol (I forget which, perhaps a ?) showing up on every page. Turns out it was present in a file, I think appController after the PHP. So I would make sure there is nothing, whitespace included, in outside of <?php ?> in your included files (app_controller.php, app_model.php, any vendors, components, helpers, etc). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
