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?