fmw42 wrote:try
type -a convert
or
which -a convert
Code: Select all
$ type -a convert
convert is /usr/local/bin/convert
Code: Select all
$ which -a convert
/usr/local/bin/convert
fmw42 wrote:try
type -a convert
or
which -a convert
Code: Select all
$ type -a convert
convert is /usr/local/bin/convert
Code: Select all
$ which -a convert
/usr/local/bin/convert
Code: Select all
$ php run.php
Assertion failed: (wand->signature == WandSignature), function MagickClearException, file wand/magick-wand.c, line 246.
Magick: abort due to signal 6 (SIGABRT) "Abort"...
Abort trap: 6
\ mean the root namespace.fmw42 wrote:I am not an IMagick expert, but I do not think there should be a \ in that command.$imagick = new \Imagick();