From: Joel U. <uck...@no...> - 2005-04-27 03:03:55
|
Thus spake "Philip J. Hollenback": > No, the html is cut off after a tag, the page is not properly closed. > > I tried setting DEBUG=2, no better error messages. > > P. Not to belabor the point, but you're positive that there's nothing in the error log for your web server? The script isn't supposed to end without either 1) closing the html document, 2) printing an error (and even then the document gets closed), or 3) PHP chokes and spits out something to the server's error log. If one of those things isn't happening, then we have a unintentional exit point. Aggravating as it is, if it were my installation, at this point I'd start adding print statements to try to pin down how far execution gets. |