Page 1 of 1

Such a thing as POST time-out?

Posted: Thu Aug 19, 2004 5:34 pm
by voltrader
My registration script allows uploading of a user photo of modest size (<100k). Occasionally, all I get is a white screen when I submit the form. This is remedied by clicking the IE back arrow and resubmitting.

Sometimes it happens other times it doesn't so I'm finding the exact problem hard to pin-down.

Thoughts?

Posted: Thu Aug 19, 2004 5:52 pm
by feyd
if your php isn't set to E_ALL for errors, and also isn't set to display errors, you can often get this kind of problem (if there are unexpected errors somewhere in the process) ... I can't think of anything else right now.. :?

Posted: Thu Aug 19, 2004 6:12 pm
by voltrader
Thanks again... I'll step through the code to see if I'm missing anything. Any decent tracers or debuggers for PHP that anyone can recommend?

Posted: Thu Aug 19, 2004 6:35 pm
by feyd
Zend Studio..

there is a max_input_time setting as well.. check your phpinfo() for what your server's setting is at..