| Author |
Message |
Darkone
Beginner


Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 1:42 pm Post subject: Thumbnails not showing |
|
|
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 |
|
| Back to top |
|
|
AdBot
|
| Post subject: Thumbnails not showing |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 1:44 pm Post subject: |
|
|
what block is this for? _________________
 |
|
| Back to top |
|
|
Darkone
Beginner


Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 2:19 pm Post subject: |
|
|
its for the gallery itself not a block  |
|
| Back to top |
|
|
Darkone
Beginner


Joined: Jul 30, 2003 Posts: 4
|
Posted: Fri Aug 01, 2003 3:49 pm Post subject: |
|
|
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
-------------------------------------------------------------------------------- |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 5:02 pm Post subject: |
|
|
i had problems with netpbm, switched to imagemagik and it worked fine. _________________
 |
|
| Back to top |
|
|
slackbladder
Moderator


Joined: Mar 29, 2003 Posts: 1038 Location: Cambs,UK
|
Posted: Fri Aug 01, 2003 6:02 pm Post subject: |
|
|
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
 |
|
| Back to top |
|
|
Darkone
Beginner


Joined: Jul 30, 2003 Posts: 4
|
Posted: Mon Aug 04, 2003 7:11 am Post subject: |
|
|
ya oops. thats what i call an id10t error...lol.
thatnks for your help i got it all working now. |
|
| Back to top |
|
|
zelda
Beginner


Joined: Dec 31, 2003 Posts: 2
|
Posted: Wed Dec 31, 2003 7:46 pm Post subject: Re: Thumbnails not showing |
|
|
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 |
|
| Back to top |
|
|
zelda
Beginner


Joined: Dec 31, 2003 Posts: 2
|
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
|
Posted: Wed Dec 31, 2003 10:01 pm Post subject: Re: Thumbnails not showing |
|
|
read slackbladder's post above....check your config. _________________
 |
|
| Back to top |
|
|
schismatic
Beginner


Joined: Mar 10, 2004 Posts: 2
|
Posted: Sat Mar 13, 2004 7:02 pm Post subject: Re: Thumbnails not showing |
|
|
| 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 |
|
| Back to top |
|
|
|
|
|
|
|