Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-11 Thread Rolf Wouters
Edward Vermillion wrote: On May 10, 2006, at 10:54 AM, Rolf Wouters wrote: Yet another update. Strange thing happened. I fixed the problem... It's not a clean solution, it's not the right solution, but for now, it'll (have to) do :-) I changed my little test-script to include directives

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-11 Thread Rolf Wouters
Others have mentioned that the browser timeout could be a problem. So I'm wondering if your script really was completing all the way, but the browser just gave up on waiting. Could you try a little test to take the spaces back out, and write the output of connection_status() http://us2.php.net/

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-10 Thread Edward Vermillion
On May 10, 2006, at 10:54 AM, Rolf Wouters wrote: Yet another update. Strange thing happened. I fixed the problem... It's not a clean solution, it's not the right solution, but for now, it'll (have to) do :-) I changed my little test-script to include directives like max_input_time,

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-10 Thread Eric Butera
On 5/10/06, Rolf Wouters <[EMAIL PROTECTED]> wrote: Yet another update. Strange thing happened. I fixed the problem... It's not a clean solution, it's not the right solution, but for now, it'll (have to) do :-) I changed my little test-script to include directives like max_input_time, set_tim

[PHP] Re: Browser displays blank page, while request still being handled

2006-05-10 Thread Rolf Wouters
Yet another update. Strange thing happened. I fixed the problem... It's not a clean solution, it's not the right solution, but for now, it'll (have to) do :-) I changed my little test-script to include directives like max_input_time, set_time_limit(0) etc. Than I thought, why not try to g

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread Richard Lynch
On Tue, May 9, 2006 1:59 pm, Rolf Wouters wrote: > What are you looking at? Repeated calls to the same piece of > php-script. > If you look at the column labeled "Content type", you see that there > are > 2 results: "text/html" and "application/x-unknown-content-type (the > ones > that are crossed

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread tedd
At 8:25 PM +0100 5/9/06, Rolf Wouters wrote: Have you tried tailing the error log on the server to see if it throws any error messages that might be clues? Yes, I have (although I only have limited access to the server) and nothing of interest shows up :-( I've also changed my code so PHP show

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread Eric Butera
On 5/9/06, Rolf Wouters <[EMAIL PROTECTED]> wrote: > Have you tried tailing the error log on the server to see if it throws > any error messages that might be clues? Yes, I have (although I only have limited access to the server) and nothing of interest shows up :-( I've also changed my code so

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread Rolf Wouters
Have you tried tailing the error log on the server to see if it throws any error messages that might be clues? Yes, I have (although I only have limited access to the server) and nothing of interest shows up :-( I've also changed my code so PHP shows me all errors etc. but nothing shows up...

Re: [PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread Eric Butera
On 5/9/06, Rolf Wouters <[EMAIL PROTECTED]> wrote: General update... We've finally isolated the real problem (or so we hope :-s) which is copying the files from dir A to dir B. After commenting out pieces of code in the script, it became clear that the blank page only appeared when the copy ope

[PHP] Re: Browser displays blank page, while request still being handled

2006-05-09 Thread Rolf Wouters
General update... We've finally isolated the real problem (or so we hope :-s) which is copying the files from dir A to dir B. After commenting out pieces of code in the script, it became clear that the blank page only appeared when the copy operations were performed. That's why I've started