Welcome Guest, Not a member yet? Register   Sign In
Module 'imagick' already loaded
#1

Hi,
from some days, in my homepage appears the following warning message: "Module 'imagick' already loaded".

I think that it happends because both CI and my host load this library (i can see it with phpInfo).

It's possible to disable loading of this library from CI? Where?

Thanks.
Reply
#2

Hello,

imagick is already loaded and php is trying to load it again.

Put phpinfo() in a .php file and visit it, find out where your php.ini is (there might be more than one) and then look for imagick. You only need one line to load it so comment out any extra lines using #

Good luck
Reply
#3

Hi,
my web hosting doesn't allow users to modify php.ini and it suggests to verify and to disable the installation by code of this module.

Where it happends in CodeIgniter?

I'm sure this problem is caused by CodeIgniter because if you load a simple html or php page all works good.

Thank you.
Reply
#4

CodeIgniter does not try to load any PHP modules including imagick. Show us your code and maybe someone can help.
Reply
#5

(05-25-2017, 10:20 AM)daveĀ friend Wrote: CodeIgniter does not try to load any PHP modules including imagick. Show us your code and maybe someone can help.

I solved with my hosting provider.

You can close the post.

Thanks to all for help.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB