Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

Error: Your PHP version is not compiled with zip support

Open chaimawetcha opened this issue 7 years ago • 7 comments

my php version is "Version de PHP : 7.1.9" and i am working in ubuntu and i have this problem

chaimawetcha avatar Jan 19 '18 09:01 chaimawetcha

Same issue too. in php 7.1.12

ghost avatar Jan 22 '18 18:01 ghost

my php version is " PHP : 7.2." and i am working in ubuntu and i have this problem

priyeshwar-AGL avatar Mar 06 '18 12:03 priyeshwar-AGL

Fixed after enabling zip extension in php.ini

ghost avatar Mar 06 '18 12:03 ghost

its enable but still not working [PHP Modules] bcmath calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext gmp hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML sockets sodium SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter xsl Zend OPcache zip zlib

priyeshwar-AGL avatar Mar 06 '18 12:03 priyeshwar-AGL

If you use different versions of php you can get specific modules for version of php with: php7.2 -m or php7.1 -m.

Maybe you are watching modules for php version which don't used in current project.

ghost avatar Mar 06 '18 12:03 ghost

I have php7.2 but still not working

[PHP Modules] bcmath calendar Core ctype curl date dom exif fileinfo filter ftp gd gettext gmp hash iconv json libxml mbstring mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql Phar posix readline Reflection session shmop SimpleXML sockets sodium SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter xsl Zend OPcache zip zlib

[Zend Modules] Zend OPcache

priyeshwar-AGL avatar Mar 06 '18 12:03 priyeshwar-AGL

This helped me on AWS sudo apt-get install php7.0-zip

ivan-khuda avatar Nov 20 '18 13:11 ivan-khuda