This version of IM doesn't use -v to display the version information, it uses -version. I also couldn't get the shell_exec to execute the shell_exec to fetch the version information until I put the full path to it in the configuration in graphics.php.
Before
"name" => "ImageMagick", "binary" => "convert", "version" => "convert -v",
After
"name" => "ImageMagick", "binary" => "convert", "version" => "/opt/local/bin/convert -version",
After this change and plugging in the path into extra_binary_paths, I could activate IM. The previous error message reported open_basedir restrictions but no amount of playing with it would get shell_exec to execute "convert -version" without a path specified.
Posts: 16503
We're not going to hard-code a path in there like you did, but for the version option parameter, please file a bug to have that changed. http://sourceforge.net/apps/trac/gallery/ Create an account if you don't have one (it's free) and click on New Ticket.
____________________________________________
Like Gallery? Like the support? Donate now!
Posts: 25957
https://sourceforge.net/apps/trac/gallery/ticket/1681#comment:1
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team