> 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).
Thank you, that's exactly the advice I needed! Through commenting out some helpers I'd included in app_controller.php, I could work out which one was causing the problem, and then it didn't take too long to work out which vendor file it in turn included that had the problematic bytes before <?php. Thank you very much, and thanks everyone else too! It's so nice to have such a supportive group of people help me out when I'm in a Cake- related jam! Thanks again, Zoe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
