PDA

View Full Version : blank pages



Anonymous
03-05-2003, 03:04 AM
Sometimes when people goto my web site, a blank page is sent (when you view the source there's nothing there). No error is displayed saying it can't find a page or it can't resolve the ip or anything like that, there's just nothing there. It's happened to me a few times, too... a few times a day, actually. Refreshing usually fixes this, but I've had this happen two times in a row on occasion. Is there a way to fix this?

Nick
03-05-2003, 11:18 AM
hello brandon

what software are you running on your website? it appears to be postnuke or something similar?? also..are we talking about the main page on the website or another page within?

Anonymous
03-05-2003, 01:22 PM
I'm using a small php setup I made myself. It's not very complex, just a few includes here and there. Everything loads from the index page, it just figures out what you click on and then includes the necessary content.

I don't remember this happening in the forums because I pretty much already had the color/graphic scheme configured and done by the time I came to you guys, so I haven't done a lot of refreshing there.

I ran the site on my xp box with apache/mysql/php4 and never saw this happen before. It's not really that big of a problem since it's not displaying any errors, but I don't want people to think my website is defunct and can't load itself. :)

I doubt you can figure out what the problem is (if it is on your side, which it might not be, as there are many possibilities) until I can confirm if the forums are doing that or not.

Even before the main page grabs all the content, it includes the header file which has a few includes itself.. it's weird that absolutely nothing is being sent to the browser though. Just a 100% blank page.