PDA

View Full Version : GDLIB 2.0.1 being a *****


Uranium-235
10-22-2002, 11:03 PM
Ok. Thiers this site I'm working modifying an gallery script. The origonal script had it you upload the full image and it stored the binary dump in the DB and it resized it live. I''m having it now you upload it and it resizes it, and outputs it to another directory

I got down to being forced to doing it image-per-image

I'm using resampling from 1600x1200 down to 1152x864, and it tries for a while, then suddently stops and usually gives me a 'page cannot be displayed error'

anybody have any idea what's going on?

thx

roninblade
10-23-2002, 12:29 AM
sorry, you have to be a little bit more specific than that.

what do you mean "it tries for a while, and then suddenly stops"?
the page cannot be displayed error could mean a number of things. can you tell me what debugging you've already done, so i dont have to repeat anything to you.

Uranium-235
10-23-2002, 01:13 AM
It works prefectly for 1600x1200 to 640x480, 800x600, 1024x768

but when it goes higher, it just dosent work properly

the screen turns white, and it usually displays 'page cannot be displayed' thing

I know the script is not timing out, cause resizing to 1024x768 takes about 10 seconds, when I click next to resize 1184x864, it takes about the same time, the screen goes white, and I get 'cannot find server'

we cannot figure this out