ZIP handling module needed on ubuntu -help

I installed a Ubuntu webserver with all the needed modules.
Ubuntu 16.04
PHP 7

Now it keeps ginving me the error:

[quote]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):
/etc/php/7.0/apache2/php.ini [/quote]

I tried the following:

[quote]apt-get install zziplib-bin

pecl install “channel://pecl.php.net/zip-version
[/quote]
The I edited the php.ini file and added:

Is there something I forgot, or did wrong?

Just checking: Did you restart Apache after doing what you described?

1 Like

Yes, I did. I also found the one thing I forgot,

I just had to install the following:

After that I could move on with the installation.

Thanks though!!!

3 Likes