Link broken

solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 19:41

Hello,
I am having problems to upload pictures via GR 1.4.4
The Gallery installation on UNIX all seems OK (with all GREEN). But when I try to upload an image (JPEG) from GR 1.4.4 on win XP it says "Unable to make thumbnail(0)" BUT with PNG image it's upload ok but the image is BROKEN after upload
http://www.collectivegateway.com/gallery/album01

Do you know what is the possible reasson?

Thank you very much

Solaris

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Thu, 2004-08-19 19:44

Does uploading with the Form web-based page work?

 
solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 19:45

how can I upload with the Form web-based page ?

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Thu, 2004-08-19 19:56

Don't use Gallery Remote, just Gallery (in your web browser). In the 'add photos' pop-up window, use the Form tab (not Applet).

 
solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 20:08

Thank you for your quick reply

I used Windows XP Publishing Wizard and able to upload all images (JPEG and PNG) but I still see broken link after uploaded, please see below

http://www.collectivegateway.com/gallery/wawawa

Is there any setting on the server that I need to change?
Thank's a lot

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Thu, 2004-08-19 20:12
 
solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 20:38

Actually I setup in purpose. I want to have all albums under /albums directory, and I want to keep /gallery in diffrent dir
Is that make a different? Thanks

 
paour
paour's picture

Joined: 2002-08-14
Posts: 1479
Posted: Thu, 2004-08-19 20:39

In any case, this is a Gallery setup issue, not GR issue.

 
solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 20:41

I used Gallery (in web browser). In the 'add photos' pop-up window, use the Form tab (not Applet). to upload 3 pictures. and got the following errors:
Processing status...

- Adding Baiyoke Sky Hotel.jpg
Resizing/compressing original image
No resizing required
File /usr/local/apache2/htdocs/gallery/albums/album02/Baiyoke_Sky_Hotel.jpg type 2.
Executing:
'/usr/local/bin/convert' -quality 90 -size 150x150 +profile '*' '/usr/local/apache2/htdocs/gallery/albums/album02/Baiyoke_Sky_Hotel.jpg' -geometry 150x150 '/usr/local/apache2/htdocs/gallery/albums/album02/Baiyoke_Sky_Hotel.thumb.jpg'

Results:
none

Debug messages::
convert: NoDecodeDelegateForThisImageFormat.
convert: MissingAnImageFilename.

Status: 1 (expected 0)
Error: Unable to make thumbnail (0)
Need help? Look in the Gallery FAQ
- Adding Grand Palace.jpg
Resizing/compressing original image
No resizing required
File /usr/local/apache2/htdocs/gallery/albums/album02/Grand_Palace.jpg type 2.
Executing:
'/usr/local/bin/convert' -quality 90 -size 150x150 +profile '*' '/usr/local/apache2/htdocs/gallery/albums/album02/Grand_Palace.jpg' -geometry 150x150 '/usr/local/apache2/htdocs/gallery/albums/album02/Grand_Palace.thumb.jpg'

Results:
none

Debug messages::
convert: NoDecodeDelegateForThisImageFormat.
convert: MissingAnImageFilename.

Status: 1 (expected 0)
Error: Unable to make thumbnail (0)
Need help? Look in the Gallery FAQ
- Adding Pattaya.jpg
Resizing/compressing original image
No resizing required
File /usr/local/apache2/htdocs/gallery/albums/album02/Pattaya.jpg type 2.
Executing:
'/usr/local/bin/convert' -quality 90 -size 150x150 +profile '*' '/usr/local/apache2/htdocs/gallery/albums/album02/Pattaya.jpg' -geometry 150x150 '/usr/local/apache2/htdocs/gallery/albums/album02/Pattaya.thumb.jpg'

Results:
none

Debug messages::
convert: NoDecodeDelegateForThisImageFormat.
convert: MissingAnImageFilename.

Status: 1 (expected 0)
Error: Unable to make thumbnail (0)
Need help? Look in the Gallery FAQ
No email sent as no valid email addresses were found

+++++++ Look like some thing is missing from the setup ??????

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Thu, 2004-08-19 20:56

[moving to the correct forum] <-- Paour? I don't have moderator access in this forum, please move it to the troubleshooting section.

FAQ Gallery:c.2 the "/usr/local/bin/convert: no delegate for this image format" section.

 
solaris16900

Joined: 2004-08-16
Posts: 15
Posted: Thu, 2004-08-19 21:22

h0bbel - Thank you very much for point out the error
I installed ImageMagick from the source (./configure, make, make install) without any errors. after successful installation, I installed libpng and libjpeg as well.

my question is :

1. how do I un-install ImageMagick?
2. After reinstall ImageMagick, should I install libpng and libjpeg ????

Anyway, Thank you all for your quick response

regards

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Thu, 2004-08-19 21:36

solaris16900, instructions on how to install ImageMagick are at http://imagemagick.org/ - we do not support compilation and such.