Has anyone install GALLERY via fantastico? It appears to be a new version. I had used the old one in the past but never with frihost. I can't get it to make thumbnails of uploaded images. Not sure why but I will continue digging into it this evening.
-mwm
Right now it looks like it may be a netpbm issue. Here is an error log snippet from gallery2 when you try to force thumbnail creation...
| Code: |
Error Output:
sh: line 1: /usr/bin/jpegtopnm: No such file or directory
sh: line 1: /usr/bin/pnmcut: No such file or directory
sh: line 1: /usr/bin/pnmscale: No such file or directory
sh: line 1: /usr/bin/pnmtojpeg: No such file or directory
Status: 127 (expected 0)
|
and
| Code: |
Error (ERROR_TOOLKIT_FAILURE)in
modules/netpbm/classes/NetPbmToolkit.class at line 742
(gallerystatus::error)
in modules/netpbm/classes/NetPbmToolkit.class at line 577
(netpbmtoolkit::_exec)
in modules/netpbm/classes/NetPbmToolkit.class at line 435
(netpbmtoolkit::_transformimage)
in modules/squarethumb/classes/SquareThumbToolkit.class at
line 137 (netpbmtoolkit::performoperation)
in modules/core/classes/GalleryDerivative.class at line 484
(squarethumbtoolkit::performoperation)
in modules/core/classes/GalleryDerivative.class at line 313
(galleryderivativeimage::_rebuildcache)
in modules/core/classes/GalleryDerivativeImage.class at line
175 (galleryderivative::rebuildcache)
|
Appears to be netpbm? I think?
Does frihist support gallery 2? I can use other gallery scripts if need be...
Thanks in advance
-mwm
You need to change your configuration from gd to imagemagick and set the path to /usr/bin/ . At least that's what I found on the internet. Please tell me if it worked.
im using gallery 2 with ImageMagick installed under /usr/bin/
works fine
check it out here (http://orno.frihost.net/gallery2/)
That did it. Disabled GD and changed the imagmagick priority
Thanks for the tip... The new version of Gallery is awesome!
-mwm