Fatal error: Class 'ZipArchive' not found in

后端 未结 20 1290
既然无缘
既然无缘 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:03

    On Amazon ec2 with Ubuntu + nginx + php7, I had the same issues, solved it using:

    sudo apt-get install php7.0-zip

    0 讨论(0)
  • 2020-11-27 04:06

    Centos 6

    yum install php-pecl-zip
    
    service httpd restart
    
    0 讨论(0)
提交回复
热议问题