ZipArchive extension [Centos 7]
ZipArchive extension [Centos 7]
Hello,
Im facing a problem at my VestaCP server. Recently installed a script, it was working fine before clean vestacp installs but now im getting that error "ZipArchive extension is NOT installed on your web server !". Im googled it but still cant find a working solution work Centos 7. Edited php.ini many times to load module.
Im facing a problem at my VestaCP server. Recently installed a script, it was working fine before clean vestacp installs but now im getting that error "ZipArchive extension is NOT installed on your web server !". Im googled it but still cant find a working solution work Centos 7. Edited php.ini many times to load module.
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: ZipArchive extension [Centos 7]
What script have you installed?
Re: ZipArchive extension [Centos 7]
My customer installed a social script (friendship) that bought from themeforest. I dont know script name. The full error is "ZipArchive extension is NOT installed on your web server !"tjebbeke wrote:What script have you installed?
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: ZipArchive extension [Centos 7]
Maybe it is an error in the script? So ask the creator what to do? I think it is not related to Vesta CP.zxc wrote:My customer installed a social script (friendship) that bought from themeforest. I dont know script name. The full error is "ZipArchive extension is NOT installed on your web server !"tjebbeke wrote:What script have you installed?
Re: ZipArchive extension [Centos 7]
Was working with old vestacp installs. Now facing with that error. Dont know from centos 7 kernel or something else so ive got no idea.tjebbeke wrote:Maybe it is an error in the script? So ask the creator what to do? I think it is not related to Vesta CP.zxc wrote:My customer installed a social script (friendship) that bought from themeforest. I dont know script name. The full error is "ZipArchive extension is NOT installed on your web server !"tjebbeke wrote:What script have you installed?
Re: ZipArchive extension [Centos 7]
This isn't a vestaCP issue, its your PHP.
Run the following and it should resolve your issues
Run the following and it should resolve your issues
Code: Select all
yum install php-pecl-zip
Re: ZipArchive extension [Centos 7]
Package php-pecl-zip-1.15.1-1.el7.remi.5.6.x86_64 already installed and latest versionPhogo wrote:This isn't a vestaCP issue, its your PHP.
Run the following and it should resolve your issues
Code: Select all
yum install php-pecl-zip
Nothing to do.
Re: ZipArchive extension [Centos 7]
Presumably you've restarted php and apache/nginx?
Re: ZipArchive extension [Centos 7]
Im restarted services, then rebooted server but still samePhogo wrote:Presumably you've restarted php and apache/nginx?
Re: ZipArchive extension [Centos 7]
Try to
Depending on which php version you have "php -v" you should use php54, php55, php56, etc...
Code: Select all
yum -y install php56-php-pecl-zip