Page 1 of 1

cgsmartimage & webserver

Posted: Fri Apr 26, 2019 9:56 am
by musicscore
Hello all you cms made simple users/developers

I'm building a local webserver (Raspberry PI) where I can test and modify the websites I develop without the risc to damage the production environment.
So far, I installed Apache, PHP 7.0, MySQL and phpmyadmin and it works great. The only problem I have is when a site uses the cgsmartimage module. This module doesn't seems to work on my personal webserver. Maybe I need to install extra apache modules on my webserver but here's the problem. I do not know what modules/software is required for cgsmartimage.

Please can someone advise.

TIA

Re: cgsmartimage & webserver

Posted: Fri Apr 26, 2019 10:42 am
by Rolf
IIRC I had to enable imagick extension once at PHP settings at a cPanel hosting for letting CGSI to work.
Check you error logs for related errors.

Re: cgsmartimage & webserver

Posted: Fri Apr 26, 2019 1:26 pm
by calguy1000
Check your php error logs. CGSmartImage does not require imagemagick
but it does require php-gd, php-xml, and possibly a few other extensions I don't recall.

Re: cgsmartimage & webserver

Posted: Fri Apr 26, 2019 1:41 pm
by musicscore
Thank you both for your answers. I wil check and try to install php-gd, php-xml.

Thanks again

Re: cgsmartimage & webserver

Posted: Wed Oct 21, 2020 9:40 pm
by magallo
does anyone have more info on this ? i installed php-gd, php-xml but still not working locally. No image is rendered and no error in logs