|
Posted by rf on 06/25/07 09:40
"gregerly" <greg.goforth@gmail.com> wrote in message
news:1182754860.206018.288450@e16g2000pri.googlegroups.com...
> Hello All,
>
> I am having a strange problem with a website I'm working on. All is
> well in IE 7, Firefox, and Safari, but in IE 6 the site literally
> dissappears. When first going to the site, it renders fine, but if I
> click any of the links on the sites main navigaion bar, all I get is
> the background. All pages validate XHTML strict and use CSS for
> layout and PHP for the server side stuff.
>
> Also, when this happens, I can not do a "View Source" in IE 6.
> Nothing happens. Any ideas as to why this might be happening?
>
> Site URL: http://www.fresnofusion.com
>
> Thanks for any insights anyone might be able to offer.
Something that nobody else has spotted yet: If I type in the address bar the
URL of the, say, about page then I get it. If I use your navigation to get
there I get a blank page.
The only difference (apart from some javascript skullduggery you may have
engaged in) is the session cookie (why do you need a session cookie
anyway?).
Is your session processing stuffing up with your [assumed] browser sniffing
for IE6? Perhaps you are outputting stuff before the headers can be
generated, thus causing a PHP error that you cannot see. Try looking at your
server error logs.
Try removing all session stuff and see what happens. You don't need it
anyway. And if you do then, why?
--
Richard.
[Back to original message]
|