| Author | Message |
| Post Title: Thumbnails not showing | |
Darkone
Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 1:42 pm
ive tried to rebuild them upload new images,ect.. but i d not get a thumbnail.
all i get is the no pic screen with the white box and red x Give us your Gallery/webserver information to get a faster answer. Get this information from the PHP diagnostic (in the configuration wizard). Gallery URL http://www.chaoticexistence.com/chaos/m ... me=gallery Gallery version: Gallery v1.3.4-pl1 Apache version: 1.3.27 PHP version 4.3.2 Graphics Toolkit:NetPbm Operating system:linux rehat Web browser/version IE 6.0 |
| Author | Message |
| Post Title: | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 1:44 pm
what block is this for?
|
| Author | Message |
| Post Title: | |
Darkone
Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 2:19 pm
its for the gallery itself not a block
|
| Author | Message |
| Post Title: | |
Darkone
Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 3:49 pm
FYI i went back through the configuration and turned on debug mode.
i also went through the troubleshooter and it found no problems. this is what i see when i rebuild the thumbnails, i figured it may help. Rebuilding 2 thumbnails... Processing image 1... Executing: /home/chaotice/netpbm/jpegtopnm /home/chaotice/public_html/chaos/albums/Mugshots/002_G.jpg | /home/chaotice/netpbm/pnmscale -xysize 150 150 | /home/chaotice/netpbm/ppmtojpeg --quality=100 > /home/chaotice/public_html/chaos/albums/Mugshots/002_G.thumb.jpg Results: none Error messages: jpegtopnm: WRITING PPM FILE pnmscale: Scaling by 0.146484 horizontally to 150 columns. pnmscale: Scaling by 0.147135 vertically to 113 rows. pnmscale: 0.000000 of right column stretched due to arithmetic imprecision Status: 0 (expected 0) Executing: /home/chaotice/netpbm/jpegtopnm /home/chaotice/public_html/chaos/albums/Mugshots/002_G.jpg | /home/chaotice/netpbm/pnmscale -xysize 200 200 | /home/chaotice/netpbm/ppmtojpeg --quality=100 > /home/chaotice/public_html/chaos/albums/Mugshots/002_G.highlight.jpg Results: none Error messages: jpegtopnm: WRITING PPM FILE pnmscale: Scaling by 0.195312 horizontally to 200 columns. pnmscale: Scaling by 0.195312 vertically to 150 rows. pnmscale: 0.000000 of right column stretched due to arithmetic imprecision Status: 0 (expected 0) Processing image 2... Executing: /home/chaotice/netpbm/jpegtopnm /home/chaotice/public_html/chaos/albums/Mugshots/002_G_001.jpg | /home/chaotice/netpbm/pnmscale -xysize 150 150 | /home/chaotice/netpbm/ppmtojpeg --quality=100 > /home/chaotice/public_html/chaos/albums/Mugshots/002_G_001.thumb.jpg Results: none Error messages: jpegtopnm: WRITING PPM FILE pnmscale: Scaling by 0.146484 horizontally to 150 columns. pnmscale: Scaling by 0.147135 vertically to 113 rows. pnmscale: 0.000000 of right column stretched due to arithmetic imprecision Status: 0 (expected 0) Not closing this window because debug mode is on -------------------------------------------------------------------------------- |
| Author | Message |
| Post Title: | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 5:02 pm
i had problems with netpbm, switched to imagemagik and it worked fine.
|
| Author | Message |
| Post Title: | |
slackbladder
Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Fri Aug 01, 2003 6:02 pm
I've just had a look at your code (view source) and you've got some strange goings ons!!
First off most of your image calls are a bit strange EXAMPLE img src="http://www.chaoticexistence.com/chaos/modules.php?name=gallery/images/pixel_trans.gif" SHOULD BE img src="http://www.chaoticexistence.com/chaos/modules/gallery/images/pixel_trans.gif" Second - I can get to the hightlighted thumbnail but again the location is wrong. CURRENTLY http://www.chaoticexistence.com/albums/ ... hlight.jpg SHOULD BE http://www.chaoticexistence.com/chaos/a ... hlight.jpg - missing /chaos/ I would start by looking at your gallery config /modules/gallery/setup Hope this helps |
| Author | Message |
| Post Title: | |
Darkone
Joined: Jul 30, 2003 Posts: 4
|
Posted: Mon Aug 04, 2003 7:11 am
ya oops. thats what i call an id10t error...lol.
thatnks for your help i got it all working now. |
| Author | Message |
| Post Title: Re: Thumbnails not showing | |
zelda
Joined: Dec 31, 2003 Posts: 2
|
Posted: Wed Dec 31, 2003 7:46 pm
well my my gallery is not working i dono why i read what you guys did and tested it and still doesnt work my images are set correctly
http://zeldaseries/modules/gallery/imag ... _trans.gif need help |
| Author | Message |
| Post Title: Re: Thumbnails not showing | |
zelda
Joined: Dec 31, 2003 Posts: 2
|
Posted: Wed Dec 31, 2003 7:49 pm
oh crap its not rite should be http://zeldaseries.com/modules/gallery/ ... _trans.gif
how do i add the .com? how do i switch it? |
| Author | Message |
| Post Title: Re: Thumbnails not showing | |
dari
Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Wed Dec 31, 2003 10:01 pm
read slackbladder's post above....check your config.
|
| Author | Message |
| Post Title: Re: Thumbnails not showing | |
schismatic
Joined: Mar 10, 2004 Posts: 2
|
Posted: Sat Mar 13, 2004 7:02 pm
make sure you dont mirror to localhost - that was my downfall as it decided to take the thumb from localhost as an address and not my domain, and ppl couldn';t see it because of this
|