Using Cake 1.2 (1.2.0.5427alpha)

On Firefox, no problems, but on IE6, I get a blank screen.
If I change debug=1, then I DO get my page in IE 6.

So it is the combination debug=2 and browser=IE6 that causes the
problem.

In IE6, the View | Source shows an empty HTML body, but this this not
reliable for what is really transmitted over http. So I installed
Fiddler (http://www.fiddler2.com, highly recommended) to debug what
was really going on.

I see here that is page really *is* transmitted. The only "strange"
thing I see, is that the page has an irregular structure.

It starts with:

<pre class="cake_debug">
...(44 lines of html deleted) ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>

So there are many lines before the !DOCTYPE tag.
I have a feeling that this messes up the parsing/rendering in IE6, but
this is really hard to prove.
If I save the same content as an HTML file (after capturing it from
the http proxy), then this file renders fine in IE6.

Suggestions anyone?

Thanks,
Mike


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to