BrianC
Active member
I do not have a Xenforo issue but having a hard time getting the php extension Imagick working in PHP 7 on my self managed VPS. I was able to install Image Magick without issue and also the extension on my Centos 7 install with Virtualmin for control panel.
# php -i | grep Imagick returns
I have placed the extension in every php.ini location that I know of. I placed in etc/php.ini and also the location of the php 7 php.ini in the same location as public_html.
I have restarted both apache numerous times as well as rebooting server without the extension becoming available to use.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.[/CODE]
Can anyone suggest what I need to do to get this working? Seems a whole bunch of time is being spent on something that should have simple solution.
Thanks much!
# php -i | grep Imagick returns
Code:
# php -i | grep Imagick
PHP Warning: Module 'imagick' already loaded in Unknown on line 0
PHP Warning: Module 'imagick' already loaded in Unknown on line 0
imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
Imagick compiled with ImageMagick version => ImageMagick 6.7.8-9 2016-06-16 Q16 http://www.imagemagick.org
Imagick using ImageMagick library version => ImageMagick 6.7.8-9 2016-06-16 Q16 http://www.imagemagick.org
I have placed the extension in every php.ini location that I know of. I placed in etc/php.ini and also the location of the php 7 php.ini in the same location as public_html.
I have restarted both apache numerous times as well as rebooting server without the extension becoming available to use.
If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net.[/CODE]
Can anyone suggest what I need to do to get this working? Seems a whole bunch of time is being spent on something that should have simple solution.
Thanks much!