From: Reini U. <ru...@x-...> - 2005-05-06 10:08:19
|
Philip J. Hollenback schrieb: > Hi Everyone, > > So I'm still experiencing this problem of pages not loading all the way. > I just tested a few minutes ago and it's still occuring. > > Again, there are no errors in my apache logs and I can't troubleshoot > much further because this is a hosted setup. > > I've seen this connecting from several different locations and with > several different browsers. I've had other people in different cities > check my page and they've seen the same problems. > > But others on this list have replied that they have gone to > www.hollenback.ent and everything looks fine. > > The one suggestion I got was to sprinkle some print statements into the > phpwiki code to see where it is dying. I guess I will try that... does > anyone else have any ideas? Don't use printf, use echo instead. There's some problem with print and output buffering I didn't care to report at the php-dev list yet. Any printf in any plugin, template, code will eventually bypass the buffering, thus fooling the http headers. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ http://phpwiki.org/ |