Kunstmaan / KunstmaanBundlesStandardEdition

The "Kunstmaan Bundles Standard Edition" distribution
http://bundles.kunstmaan.be
MIT License
89 stars 39 forks source link

Imagick not installed #168

Closed onalekitso closed 8 years ago

onalekitso commented 8 years ago

Please help

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

krispypen commented 8 years ago

Are you doing the phpinfo with the same php.ini file? Maybe the first screenshot comes from apache and the second screenshot from "app/console server:run" ?

Otherwise it's really strange, and maybe post your question in the imagine repo?

onalekitso commented 8 years ago

Thank you for the suggestion, i will check imagine repo