PDA

View Full Version : the big red X


sharyn
08-24-2005, 12:32 AM
I'm not sure if this a php problem or if it's just a web problem. I'm using a thumbnail script to generate images, but every once in a while, I get the little box with the red X in it. I go look for the image and it's there. I run the thumbnail script independently of the parent code by typing the call directly as the URL and it's there, but sometimes, the image just doesn't show up in the actual code...

Anyone have any helpful suggestions?

thanks,
sharyn

firepages
08-24-2005, 02:59 AM
are you generating the images at runtime ? e.g. at the time of the page request? , if so its possible that your script simply does not have time to create the image before the page is displayed ??