Is it showing inside the body tag or before the html tag? If inside the body tag, check that your view files have not been saved as UTF8/unicode files, as that will add some additional information at the beginning of the file.
If before the html tag, check your php files for data outside the <? php ?> tags. Enjoy, John On Apr 20, 12:28 pm, mpeshev <[email protected]> wrote: > I developed a small CMS with a really simple design for a school > course. When deploying on production, I have a small 'd' letter in the > top left corner that I cannot remove. It doesn't exist in my source > code, but it's caught by Firebug as the first symbol in my body. > > I suppose it is kind of a buffer that outputs every time, but I have > no idea where or what kind of buffer. > > I don't have any disturbing filters in my app_controller nor such a > symbol in the layout. On the other hand, this one works OK on another > server in the same hosting company. > > By the way it is more of a PHP question than Cake related I think, the > symbol is output before the layout is fully loaded when refreshing. > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others with > their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" 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 > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
