Gallery problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Gallery problem

Post 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?
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

Do you have it in an <img> tag?

<img src="thumbsup.php?...." />
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post 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
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post 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.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Post what you see when you view source.
Post Reply