Home > Archive > PHP Programming > October 2007 > PHP-script stops but the browser keeps on loading
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PHP-script stops but the browser keeps on loading
|
|
|
| Hello, everybody,
I have a problem which I had never seen before and it only appears on
one of our servers. Whenever I load a php-script from the server the
browser loads the page and shows it but still shows the progress bar
running. This ist very problematic in conjunction with javascript,
since the "onLoad"-function won't be called unless the browser
"thinks", that he has finished loading.
HTML-files are loaded normally in "zero-time".
The enviroment: win server, apache 2.054, php 5.23.
Any idea?
Thanks in progress
Kai
| |
| Rik Wasmus 2007-10-28, 7:04 pm |
| On Sun, 28 Oct 2007 15:54:13 +0100, Kai <khinkelmann@e-h.de> wrote:
> Hello, everybody,
>
> I have a problem which I had never seen before and it only appears on
> one of our servers. Whenever I load a php-script from the server the
> browser loads the page and shows it but still shows the progress bar
> running. This ist very problematic in conjunction with javascript,
> since the "onLoad"-function won't be called unless the browser
> "thinks", that he has finished loading.
>
> HTML-files are loaded normally in "zero-time".
>
> The enviroment: win server, apache 2.054, php 5.23.
>
> Any idea?
Auto append files runnning? If not, an online phpinfo() on the server in
question might enable us to help you more efficiently.
--
Rik Wasmus
|
|
|
|
|