I'm trying to upload my script on a commercial server. But its fail to load class imagick
.
I have installed imagick on my home computer and copied the imagick.so file to the server and added a new php.ini
. It contents are
extension=imagick.so
but it doesn't work.
What do you think I should do?