MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Development => Topic started by: fossxplorer on 2015-02-05, 16:54:31

Title: Php55 and GD
Post by: fossxplorer on 2015-02-05, 16:54:31
I've enabled php-gd, but it doesn't work with php 5.5.
Any idea why?
Title: Re: Php55 and GD
Post by: fossxplorer on 2015-02-06, 05:37:45
Problem is that in /opt/php55m/usr/lib64/php/modules/gd.so is too old and doesn't work.
Also, i see that i'm missing imagick.so in  /opt/php55m/usr/lib64/php/modules/gd.so!

On another test Kloxo-MR server, i got both of the modules working.
How do i update the modules in php55m?
Title: Re: Php55 and GD
Post by: MRatWork on 2015-02-06, 05:54:08
Run again 'sh /script/phpm-installer php55m'. Imagick and gd are different module.

To enable imagick, copy 40-imagick.nonini to _40-imagick.ini inside /opt/php55m/etc/php.d and then 'sh /script/restart-web -y' (if using php-fpm or web proxy).