Fatal error: Class 'ZipArchive' not found in

后端 未结 20 1427
既然无缘
既然无缘 2020-11-27 03:39

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

<
20条回答
  •  我在风中等你
    2020-11-27 04:01

    I had the same issue and it had solved using two command lines:

    sudo apt install php-zip

    then reboot your web server, for Apache

    sudo service apache2 restart

提交回复
热议问题