Error 500 on Multiple Invoice Download

Hey there,

i got a Error 500 if i try to Download multiple invoices… Ninja is installed on Ubuntu 20 with php 7.4 und all php Plugins i need are loaded… but i get this error:

[2022-04-16 07:19:12] production.ERROR: Class ‘PhpZip\ZipFile’ not found {“userId”:1,“exception”:"[object] (Error(code: 0): Class ‘PhpZip\ZipFile’ not found at /var/www/html/ninja/app/Jobs/Invoice/ZipInvoices.php:79)

Someone a idea or can help me?

Regards,
Marcel

Hi,

It may help to run composer install

my mistake… thx for your help… after “php /usr/bin/composer update” it works again… thx a lot!