SyrLinus
08-11-2012, 05:48 AM
I'm really stuck and could use some suggestions. So we had a weird gallery failure. We recovered it, kinda and are trying to get ImageMagick working again. Before anyone makes suggestions here's what we've done (and this is vB 3.6.8 P3):
1. We've verified that ImageMagick is installed correctly by
typing "whereis convert" at the command line (shows up as /usr/bin/convert and /usr/local/bin/convert)
typing "convert file.gif file.jpg"
Those worked fine.
2. Re-installed ImageMagick using Yum. Verified all dependencies were in place.
3. Put path from above into CPanel -->vBulletin Options --> Images and select ImageMagick. When trying to upload an image/avatar we get just "Imageinfo Failed:" Nothing else.
4. When I check the error logs for the server, however, I see "sh: /convert: file not found" which has me confused.
5. Open_basedir seems to show the correct locations:
open_basedir
local values: /var/www/vhosts/domain/httpdocs:/tmp
global values: /nfs:/tmp:/usr/local:/usr/bin/local:/etc/httpd:/usr/bin/convert
6. GD works fine but we'd rather use IM since we get more flexibility and allows for resizing of images and such.
What path do I need to fix to ensure that it sees it? my head is starting to hurt.
1. We've verified that ImageMagick is installed correctly by
typing "whereis convert" at the command line (shows up as /usr/bin/convert and /usr/local/bin/convert)
typing "convert file.gif file.jpg"
Those worked fine.
2. Re-installed ImageMagick using Yum. Verified all dependencies were in place.
3. Put path from above into CPanel -->vBulletin Options --> Images and select ImageMagick. When trying to upload an image/avatar we get just "Imageinfo Failed:" Nothing else.
4. When I check the error logs for the server, however, I see "sh: /convert: file not found" which has me confused.
5. Open_basedir seems to show the correct locations:
open_basedir
local values: /var/www/vhosts/domain/httpdocs:/tmp
global values: /nfs:/tmp:/usr/local:/usr/bin/local:/etc/httpd:/usr/bin/convert
6. GD works fine but we'd rather use IM since we get more flexibility and allows for resizing of images and such.
What path do I need to fix to ensure that it sees it? my head is starting to hurt.