John,

According to Firebug the 'd' is the first symbol after the body tag,
but the CSS link tag is next to the 'd'. This is not the case when I
open the source code of course.

It is like that:

...
<body>
d
<link type=...></link>
...

All my project is UTF-8 as well as the other projects of mine (I do
use Cyrillic symbols). The same project is mirrored on my test server
(different machine, same hosting provider) with no such bug. I've set
the encoding in the config and database files.

I've removed all blank spaces in my app_controller and my layouts. Any
other ideas?

Thanks for the help so far.

On Apr 20, 12:45 pm, John Andersen <[email protected]> wrote:
> 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.organdhelp 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 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

Reply via email to