Page 1 of 1

Gallery problem

Posted: Tue Jun 05, 2007 4:58 pm
by thiscatis
Hi, very strange problem here.

I'm having a list of galleries. I'm using the thumbsup.php script for the thumbnail generation.
Older galleries are showing up fine, the cache for the images are stored in a cache folder.
The newer galleries are only partially cached. It's really strange because the first 20 or 30 pictures in that gallery just show up as


thumbsup.php?image=bl06-04/OK0T8303.JPG&width=200&height=250 (a link, no image)

and the other pictures are just fine..

I deleted the cache folder, and the problem is still there, older galleries are cached, the latest one is just partially cached...

any suggestions?

Posted: Tue Jun 05, 2007 5:28 pm
by s.dot
Do you have it in an <img> tag?

<img src="thumbsup.php?...." />

Posted: Tue Jun 05, 2007 5:37 pm
by thiscatis
Yeah,
With a link I mean there is just a line there { the image border } but when I view the source of that image, it is just a textlink instead of the image, while the other images are showing up just fine

Posted: Tue Jun 05, 2007 5:42 pm
by s.dot
turn error reporting on on thumbsup.php, and type the URL to the image directly in your browser. see what's happening.

Posted: Tue Jun 05, 2007 5:43 pm
by RobertGonzalez
Post what you see when you view source.