Cricket, as I mentioned in my previous comment, this is the output
from my Firebug. In my source code, the scripts/styles/meta are in the
head section as it should be. 'd' also doesn't exist in the whole
source. Really seams like some kind of buffer or filter that alters
the code in some way :\

John, I used to have a similar UTF problem in plain PHP, but never had
it in Cake. Is it possible to be a server/PHP configuration issue to
be set in php.ini?

Btw now I noticed that even empty view (actually a part of the admin
that has to be redirected) opens with a blank page with 'd'.

On Apr 20, 6:17 pm, cricket <[email protected]> wrote:
> On Apr 20, 9:29 am, mpeshev <[email protected]> wrote:
>
> > 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>
>
> You should have that link tag inside the head, not the body.
>
> The "d" might be due to a string/array mixup when printing.
>
> 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