Codeigniter Imagick warning on godaddy linux hosting

0

1

I am using godaddy linux cpanel hosting and install fresh copy of codeigniter .

And getting the following error on each session.

A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/imagick.so' 
- libMagickWand.so.2: cannot open shared object file: No such file or directory
Filename: Unknown
Line Number: 0
Backtrace:

Tanmay Majumder

Posted 2015-12-24T11:29:16.747

Reputation: 101

Answers

1

If you are using Godaddy Hosting with Cpanel

Go to

Cpanel -> Software -> Select PHP Version

select PHP Version to 5.5 and set as current also you can enable imagick extention from there

Sanket Shembekar

Posted 2015-12-24T11:29:16.747

Reputation: 11

0

This was the same issue which I was getting on one of my site. Creating a support ticket to the hosting company they replied me with a solution that reinstalling the imagemagick on the server removed that error. I advice you to contact the support and talk regarding this with.

vivek shah: Whatwas the issue 11:55

MTH Operator: I have reinstall imagemagick on the server

Vivek Shah

Posted 2015-12-24T11:29:16.747

Reputation: 101