orchestral/imagine

Imagick not installed

Closed this issue · 4 comments

After Mac OS X upgrade to El Capitan I have an Imagick (Imagick not installed) error but my php info should it has been installed and enabled. I have also check the extension using

if (!extension_loaded('imagick'))
echo 'imagick not installed';
else
echo 'Installed';

Please find the attached files.

screen shot 2015-10-04 at 11 49 58 pm
screen shot 2015-10-04 at 11 50 02 pm

What the output of:

Imagick::getVersion();

The output is
Array ( [versionNumber] => 1681 [versionString] => ImageMagick 6.9.1-10 Q16 x86_64 2015-09-11 http://www.imagemagick.org )

String: ImageMagick 6.9.1-10 Q16 x86_64 2015-09-11 http://www.imagemagick.org

Are you sure you're running on the same PHP installation for both localhost:80 and 127.0.0.1:8000?

Yes sir, 127.0.0.1:8000 is an instance of symfony2 "app/console server:run" command. I will relook into my configurations. Thank you