|
Posted by gregerly on 06/25/07 16:51
On Jun 25, 2:40 am, "rf" <r...@invalid.com> wrote:
> "gregerly" <greg.gofo...@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.
I'll check that out Richard, it's for an Admin login type thing, which
checks to see if the admin is logged in, then gives a link to the
admin area. I'll look into that. The javascript seemed to be a
neccessary evil as the client wanted an RSS reader where they could
click thru the items. That's where the use of javascript comes in, I
download the RSS feed fia PHP curl, then process it with javascript.
thanks to everyone for your help. it is much appreciated.
Greg
Navigation:
[Reply to this message]
|