Image rendering timeout?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
nirsalon
Forum Newbie
Posts: 2
Joined: Mon Jun 16, 2008 1:37 pm

Image rendering timeout?

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Image rendering timeout?

Post by onion2k »

Works fine every time for me. Sounds more like an issue with the browser timing out rather than PHP.
nirsalon
Forum Newbie
Posts: 2
Joined: Mon Jun 16, 2008 1:37 pm

Re: Image rendering timeout?

Post 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?
Post Reply