YunoHost-Apps / dolibarr_ynh

Dolibarr ERP & CRM is a modern software to manage your organization's activity. This is an integration of Dolibarr in YunoHost
https://www.dolibarr.org/
GNU Affero General Public License v3.0
12 stars 18 forks source link

downloading invoices doesn't work #34

Closed farvardin closed 3 years ago

farvardin commented 4 years ago

There is a missing PHPZIPextensionNotLoaded error when trying to download a selection of invoices.

image

image

I could fix that by installing php7.0-zip by hand:

sudo apt-get install php7.0-zip

This extension should be installed during the dolibarr installation.