ZIP Handling Module - New installation of SuiteCRM-7.9.4

Trying to install suitecrm

have Received this message
ZIP Handling Module ZIP support not found: SuiteCRM needs ZIP support in order to process compressed files.
Location of your PHP configuration file (php.ini):
/usr/local/lib/php.ini

My current server has:

Apache version
Apache/2.4.25
PHP version
7.1.8-2
MySQL version
5.0.12
Architecture
x86_64
Operating system
linux

Any suggestions?

1 Like

On an debian based distrobution run the following in the terminal:

sudo apt-get install php7.0-zip
sudo phpenmod zip

What about CentOS
? :slight_smile:

CentOS 8?
Try:

sudo dnf -y update
sudo dnf -y install yum-utils
sudo dnf -y install wget php php-{pear,cgi,common,curl,mbstring,gd,mysqlnd,gettext,bcmath,json,xml,fpm,intl,zip,imap}

Could you provide how to resolve same issue for windows ?

for Windows un-commenting
extension=mysqli
extension=zip

from php.ini file seems to help in resolving DB connection issue