I have a problem that I install \'Archive_Zip 0.1.1\' on Linux server, but when I try to run the script to create the zip file it gives the fatal error
<
You need to check the PHP version
If php version is 5.6 then , You need to install php5.7-zip
sudo apt-get install php5.6-zip
and then
sudo service apache2 restart
Hope it helps