Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Thumbnails not showing

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic
Author Message
Darkone

Beginner
Beginner


Joined: Jul 30, 2003
Posts: 4

PostPosted: Fri Aug 01, 2003 1:42 pm    Post subject: Thumbnails not showing Reply with quote

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
Offline View user's profile Send private message
AdBot
   Post subject: Thumbnails not showing  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6318
Location: Washington Township, NJ, USA

PostPosted: Fri Aug 01, 2003 1:44 pm    Post subject: Reply with quote

what block is this for?
Back to top
Offline View user's profile Send private message Visit poster's website
Darkone

Beginner
Beginner


Joined: Jul 30, 2003
Posts: 4

PostPosted: Fri Aug 01, 2003 2:19 pm    Post subject: Reply with quote

its for the gallery itself not a block Smile
Back to top
Offline View user's profile Send private message
Darkone

Beginner
Beginner


Joined: Jul 30, 2003
Posts: 4

PostPosted: Fri Aug 01, 2003 3:49 pm    Post subject: Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6318
Location: Washington Township, NJ, USA

PostPosted: Fri Aug 01, 2003 5:02 pm    Post subject: Reply with quote

i had problems with netpbm, switched to imagemagik and it worked fine.
Back to top
Offline View user's profile Send private message Visit poster's website
slackbladder

Moderator
Moderator


Joined: Mar 29, 2003
Posts: 1038
Location: Cambs,UK

PostPosted: Fri Aug 01, 2003 6:02 pm    Post subject: Reply with quote

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
Smile
Back to top
Offline View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Darkone

Beginner
Beginner


Joined: Jul 30, 2003
Posts: 4

PostPosted: Mon Aug 04, 2003 7:11 am    Post subject: Reply with quote

ya oops. thats what i call an id10t error...lol.
thatnks for your help i got it all working now.
Back to top
Offline View user's profile Send private message
zelda

Beginner
Beginner


Joined: Dec 31, 2003
Posts: 2

PostPosted: Wed Dec 31, 2003 7:46 pm    Post subject: Re: Thumbnails not showing Reply with quote

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
Offline View user's profile Send private message
zelda

Beginner
Beginner


Joined: Dec 31, 2003
Posts: 2

PostPosted: Wed Dec 31, 2003 7:49 pm    Post subject: Re: Thumbnails not showing Reply with quote

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?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6318
Location: Washington Township, NJ, USA

PostPosted: Wed Dec 31, 2003 10:01 pm    Post subject: Re: Thumbnails not showing Reply with quote

read slackbladder's post above....check your config.
Back to top
Offline View user's profile Send private message Visit poster's website
schismatic

Beginner
Beginner


Joined: Mar 10, 2004
Posts: 2

PostPosted: Sat Mar 13, 2004 7:02 pm    Post subject: Re: Thumbnails not showing Reply with quote

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
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkSearch Engine OptimisationSearch Engine OptimisationCompare VoIPSEO IndiaWeb Design Melbournemiami web designSEO IndiaLink BuildingPhoenix SEOPhoenix Web MarketingSEOManual Directory Submission Serviceflorida web design companyScottsdale Interior Designweb marketing servicesScottsdale SEOHome Appliances

7th year online! 2003-2010
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia