ZipArchive class required in order to unzip the file.

tuezov52

New Member
Я пытаюсь загрузить файлы для перевода. Видео:
Проблема возникает на этапе загрузки языкового пакета. После загрузки я вижу сообщение об ошибке: ZipArchive класс необходим для того, чтобы распаковать файл. Что я делаю?
 

Attachments

  • 111.jpg
    111.jpg
    102.1 KB · Views: 11
yum install php-zip or apt-get install php-zip

If you have installed the app with docker, then login in mailwizz's docker container ( docker exec -it mailwizz /bin/bash ) and run:
yum --enablerepo=remi,remi-php70 install -y php-zip
 
yum install php-zip or apt-get install php-zip

If you have installed the app with docker, then login in mailwizz's docker container ( docker exec -it mailwizz /bin/bash ) and run:
yum --enablerepo=remi,remi-php70 install -y php-zip

The operation is done. But the translation did not appear
 
Back
Top