Got pictures, but no thumnails

t0n

Joined: 2008-09-02
Posts: 9
Posted: Tue, 2008-09-02 13:45

The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): www.risingsunperformance.nl/gallery
Gallery version:

Strange enough i see the images, and the thumbnail is created, in the exact folder the link points to, but even when i copy the link in the address bar, it seems unavaible.

I guess it has something to do with access rights, but where?

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-09-02 13:52

Hi,

I guess its a FAQ ;-)

Did you look there for a solution? If not and it IS a FAQ you owe me a sixpack Amstel ;-)

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Tue, 2008-09-02 13:59

Ghehe, I don't owe it yet. I've looked in the FAQ, i've looked on google and searched my *ss off in this support forum.. So far, no solution found.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-09-02 14:25

:-)

Okay, i looked at your page, seems not to be a FAQ.

Can you install the latest Gallery 1.5.9 from here: http://jems.de/archive/1.5.9/
Maybe i fixed the issue already.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Tue, 2008-09-02 14:32

I've got 1.5.9 already. :)

Oh, wait.. I don't. I will update as we speak.

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Tue, 2008-09-02 14:43

Updated to 1.5.9 and uploaded a new picture, still the same tho.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2008-09-02 14:51

Okay,

Enable the debugging in the setup and upload another photo via the form method.
Please post the output here.

Which graphictool are you using? IM, or Netpbm?

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Wed, 2008-09-03 06:42

Weird, when i want to upload via the form method, nothing happens when i click upload. So i'll fix that first.

 
t0n

Joined: 2008-09-02
Posts: 9
Posted: Wed, 2008-09-03 08:57

Reinstalled the gallery, found out in debug mode that i messed up some permissions.

thanks for all your help!

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Wed, 2008-09-03 09:34

Glad you got it working.

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
johndeg26@hotma...
johndeg26@hotmail.com's picture

Joined: 2008-09-17
Posts: 5
Posted: Wed, 2008-09-17 19:34

i got the same problem and heres the output

Album.php::1313 -> Doing the naming of the physical file.
Album.php::1351 -> Image preprocessing
Album.php::1356 -> Resizing/compressing original file
imageManipulation.php::37 -> Resizing Image: F:/Apache/htdocs/Albums/test/aac.jpg.
- Target file size: 800 kbytes.
- Loop: 1
imageManipulation.php::797 -> Compressing image: F:/Apache/htdocs/Albums/test/aac.jpg
util.php::182 -> Executing: E:\ImageMagick\convert.exe F:\Apache\htdocs\Albums\test\aac.jpg -quality 55 -resize 600x600 F:\Apache\htdocs\Albums\test\aac.jpg.tmp
-> File size: 1162 kbytes - Trying quality: 55%.
-> File size: 0 kbytes - Done.
imageManipulation.php::676 -> File F:/Apache/htdocs/Albums/test/aac.jpg type 2.
AlbumItem.php::697 -> Generating thumbnail.
imageManipulation.php::640 -> Generating squared version to 80 pixels.
imageManipulation.php::573 -> Cropping Image
util.php::182 -> Executing: E:\ImageMagick\convert.exe F:\Apache\htdocs\Albums\test\aac.jpg -crop 1200x1200+200+0 +repage F:\Apache\htdocs\Albums\test\aac.thumb.jpg
imageManipulation.php::37 -> Resizing Image: F:/Apache/htdocs/Albums/test/aac.thumb.jpg.
imageManipulation.php::797 -> Compressing image: F:/Apache/htdocs/Albums/test/aac.thumb.jpg
util.php::182 -> Executing: E:\ImageMagick\convert.exe -size 80x80 F:\Apache\htdocs\Albums\test\aac.thumb.jpg -quality 50 -thumbnail 80x80 F:\Apache\htdocs\Albums\test\aac.thumb.jpg.tmp
util.php::620 -> Got no capture date. Using file modification time.
util.php::631 -> Item Capture Date: 09/17/08 15:52:06
- Creating resized intermediate Version of aac
imageManipulation.php::37 -> Resizing Image: F:/Apache/htdocs/Albums/test/aac.jpg.
- Target file size: 640 kbytes.
- Loop: 1
imageManipulation.php::797 -> Compressing image: F:/Apache/htdocs/Albums/test/aac.jpg
util.php::182 -> Executing: E:\ImageMagick\convert.exe F:\Apache\htdocs\Albums\test\aac.jpg -quality 55 -resize 400x400 -strip F:\Apache\htdocs\Albums\test\aac.sized.jpg
-> File size: 1162 kbytes - Trying quality: 55%.
-> File size: 11 kbytes - Done.
Album.php::1444 -> Check if image needs to be rotated

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Wed, 2008-09-17 21:44

Is your Gallery public? If yes, can you give me the URL?

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6

 
johndeg26@hotma...
johndeg26@hotmail.com's picture

Joined: 2008-09-17
Posts: 5
Posted: Wed, 2008-09-17 23:00

thanks for the reply, i have figured it out already. misconfigured the size property of the album

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Wed, 2008-09-17 23:03

-> File size: 0 kbytes - Done." ?

Jens
--
Last Gallery v1 Developer.
Tryout the TEST-Version of Gallery 1.6