If you can run some php code this will give you the path and you then need to put it into define('MAGICK_PATH', 'C:\Program Files\ImageMagick-6.3.5-Q16\convert.exe');
Code: Select all
<?php
echo "<pre>";
system("type convert");
echo "</pre>";
?>
Code: Select all
<?php
echo "<pre>";
system("type convert");
echo "</pre>";
?>