On Monday 13 January 2003 17:46, Justin French wrote: > Hi gang, > > I'm encountering a strange, random, sporadic error on a new server. > Basically, sometimes, in a non-repeatable fashion, a page will not load. > > In NN7 Mac, the error is "the page contained no data". In IE5.x Mac, the > error is along the lines of "host not found" or "could not access URL ...".
That looks like a network problem. Check the server logs to confirm whether a request was logged. a) if the request is not logged then i) you have network problems OR ii) your webserver is severely ill b) if in all cases, the request is logged but you get that error then you could try putting some simple code at the beginning of your page to confirm that the page _is_ being executed. Something like writing a line to a file. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Success is relative: It is what we can make of the mess we have made of things. -- T.S. Eliot, "The Family Reunion" */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php