Tengo un problema con ImageMagick
Estoy migrando un sitio a otro servidor y el administrador me dice que el ImageMagick esta instalado
Pero la aplicacion no lo encuentra en la ruta que supuestamente esta asignada.
El config.php indica esto:
=========================================
// Tip: to find the location of these utilities, type
// 'whereis mogrify' or 'whereis identify' at the
// Unix shell prompt. If you don't have shell access,
// try these common locations: /usr/bin, /usr/X11R6/bin,
// /usr/local/bin and /usr/bin/X11 . If that doesn't work,
// ask your hosting provider.
// Path to Imagemagick 'identify' utility, used to retrieve
// parameters of uploaded photos
$CONFIG["identify_path"] = "/usr/bin/identify";
// Path to Imagemagick 'mogrify' utility, used to scale
// uploaded photos
$CONFIG["mogrify_path"] = "/usr/bin/mogrify";
========================================
Cuando intento cargar una imagen el sistema me tira esto:
Unable to find ImageMagick 'identify' utility. Check 'identify_path' setting in config.php.
Alguna ayuda sobre como solucionar esto?
Asimismo me gustaria saber si ImageMagick esta instalado, debe aparecer en el info.php del servidor verdad?
Porque el administrador del servidor me indica que esta instalado pero el archivo info.php no muestra, solo tiene info de librerias GD
Desde ya muchas gracias a todos.
