Page 1 of 1

Image rendering timeout?

Posted: Mon Jun 16, 2008 1:46 pm
by nirsalon
Hi,
I've writen a small php code for displaying a photo according to certain width,height and quality.
Until the last week, everything went fine. Suddenly the images are being cut in the middle.
You can take a look here
http://www.todos.co.il/images/thumb.php ... height=560
The first time the image will show fine. after a REFRESH it will cut, and if you'd wait a while before refreshing again, the next refresh will show the image fine.

As I understand, when the image output is too big, the image is cut.
For example. if you look here:
http://www.todos.co.il/images/thumb.php ... &height=56
The output is smaller, hance the file is always ok.


Is it possible the server has a limitation for output image or something alike?


Answers will be greatly appriciated.

Re: Image rendering timeout?

Posted: Mon Jun 16, 2008 2:23 pm
by onion2k
Works fine every time for me. Sounds more like an issue with the browser timing out rather than PHP.

Re: Image rendering timeout?

Posted: Mon Jun 16, 2008 2:31 pm
by nirsalon
thanks

I can now see that in FF it works fine every time.
The issue is in IE6 and IE7 (in diffrent computers).

any ideas?