2.3.2 toolkits not installing

elliptic

Joined: 2013-09-02
Posts: 3
Posted: Mon, 2013-09-02 16:23

Hi,

I'm trying to build a multisite system in a freebsd 9.1 jail. I cannot install a couple of my tool kit plugins. In admin under plugins / graphic toolkits.

GD on main menu of plugins tells me 1.1.6 under installed and 1.1.6 under version. When I go to configure it tells me the installed version is 2.1.0 (bundled) and the required version is 2.0. Pass/fail fails with this gd version is too old. In php.ini I have extension=php_gd2.dll turned on and gd.jpeg_ignore_warning = 0. These gd packages are installed..
libgd-2.1.0_1,1 A graphics library for fast creation of images
php5-gd-5.4.17 The gd shared extension for php

ImageMagick ALSO says installed 1.1.6 and 1.1.6 under version..same versions listed as GD. Coincidence of bug? My pkg_info tells me that
ImageMagick-6.8.0.7_1 Image processing tools
is installed. Under ImageMagick tests two of the three (convert and composite) pass. Identify does not but when I expand the debug output I don't see the error. All 3 tests say status zero and expected zero?

Thanks for any help..below is imagemagick debug output.

is_dir(/usr/local/bin/)
Loading plugin imagemagick
imagemagick plugin successfully instantiated
Check the version of the imagemagick plugin
The version of the imagemagick plugin is ok
getcwd()
chdir(/var/imagerepdata/zebsgallery/tmp/)
is_dir(/usr/local/bin/)
file_exists(/usr/local/bin/gm)
file_exists(/usr/local/bin/identify)
getParameter exec.beNice for core plugin
Executing: ( "/usr/local/bin/identify"
"/usr/local/apachedta/gallery2/modules/imagemagick/data/test.gif" )
2>"/var/imagerepdata/zebsgallery/tmp/g2dbgW4nxkG"
getParameter exec.expectedStatus for core plugin
file_exists(/var/imagerepdata/zebsgallery/tmp/g2dbgW4nxkG)
filesize(/var/imagerepdata/zebsgallery/tmp/g2dbgW4nxkG)
unlink(/var/imagerepdata/zebsgallery/tmp/g2dbgW4nxkG)
Regular Output:
/usr/local/apachedta/gallery2/modules/imagemagick/data/test.gif GIF 50x50
50x50+0+0 8-bit sRGB 8c 232B 0.000u 0:00.000
Error Output:
Status: 0 (expected 0)
is_dir(/usr/local/bin/)
file_exists(/usr/local/bin/gm)
tempnam(/var/imagerepdata/zebsgallery/tmp/, imgk_)
file_exists(/usr/local/bin/convert)
Executing: ( "/usr/local/bin/convert" "-size" "200x200" "-geometry"
"200x200"
"/usr/local/apachedta/gallery2/modules/imagemagick/data/test.gif"
"gif:/var/imagerepdata/zebsgallery/tmp/imgk_rUwDWm" )
2>"/var/imagerepdata/zebsgallery/tmp/g2dbgF23vx0"
file_exists(/var/imagerepdata/zebsgallery/tmp/g2dbgF23vx0)
filesize(/var/imagerepdata/zebsgallery/tmp/g2dbgF23vx0)
unlink(/var/imagerepdata/zebsgallery/tmp/g2dbgF23vx0)
Regular Output:
Error Output:
Status: 0 (expected 0)
unlink(/var/imagerepdata/zebsgallery/tmp/imgk_rUwDWm)
is_dir(/usr/local/bin/)
file_exists(/usr/local/bin/gm)
file_exists(/usr/local/bin/combine)
file_exists(/usr/local/bin/composite)
is_executable(/usr/local/bin/composite)
is_dir(/usr/local/bin/)
file_exists(/usr/local/bin/gm)
tempnam(/var/imagerepdata/zebsgallery/tmp/, imgk_)
Executing: ( "/usr/local/bin/composite" "-geometry" "+0+0"
"/usr/local/apachedta/gallery2/modules/imagemagick/data/test.jpg"
"/usr/local/apachedta/gallery2/modules/imagemagick/data/test.gif"
"gif:/var/imagerepdata/zebsgallery/tmp/imgk_2aGjwj" )
2>"/var/imagerepdata/zebsgallery/tmp/g2dbgtASV3J"
file_exists(/var/imagerepdata/zebsgallery/tmp/g2dbgtASV3J)
filesize(/var/imagerepdata/zebsgallery/tmp/g2dbgtASV3J)
unlink(/var/imagerepdata/zebsgallery/tmp/g2dbgtASV3J)
Regular Output:
Error Output:
Status: 0 (expected 0)
unlink(/var/imagerepdata/zebsgallery/tmp/imgk_2aGjwj)
chdir(/var/imagesites/zebsite)

Gallery version = 2.3.2 core 1.3.0.2
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 5.4.17 apache2handler
Webserver = Apache/2.2.23 (FreeBSD) PHP/5.4.17 mod_ssl/2.2.23 OpenSSL/0.9.8x DAV/2
Database = mysqli 5.5.28, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Ffmpeg, Getid3, LinkItemToolkit, Thumbnail, NetPBM, jpegtran
Acceleration = none, none
Operating system = FreeBSD www 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012

:/usr/obj/usr/src/sys/GENERIC i386
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Opera/9.80 (X11; Linux i686; Edition Linux Mint) Presto/2.12.388 Version/12.16
Rows in GalleryAccessMap table = 32
Rows in GalleryAccessSubscriberMap table = 3
Rows in GalleryUser table = 2
Rows in GalleryItem table = 1
Rows in GalleryAlbumItem table = 1
Rows in GalleryCacheMap table = 0

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2013-09-02 18:26

http://galleryproject.org/node/110528#comment-401029

You could fix the GD error, but I would not bother.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
elliptic

Joined: 2013-09-02
Posts: 3
Posted: Mon, 2013-09-02 19:04

How would I fix that? BY installing 2.0? I have other toolkits installed ffmpeg, jpeg, netpbm. Do I need the imagemagick and gd or are these just optional?

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2013-09-02 19:10
Quote:
How would I fix that?

http://galleryproject.org/node/111912

IM is the best Graphics toolkit. You can dump GD and netpbm. lossless JPEG transformations like rotate.
Ffmpeg is for video thumbnail extraction and dimension detection

So use just IM and Ffmpeg

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
elliptic

Joined: 2013-09-02
Posts: 3
Posted: Mon, 2013-09-02 19:21

That's the point of my post...if you skip the first paragraph on GD not passing tests you'll see ImageMagick is also installed and runs perfectly but gallery2 for some reason thinks it's not working right. Debug output shows it's running fine.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2013-09-02 20:23