Anyone suggestion to me. I have update drupal modules in live version, shown this error.
How to fix this...
Anyone suggestion to me. I have update drupal modules in live version, shown this error.
How to fix this...
you need to install the PHP ZIP extension
sudo yum install php-zip
sudo service httpd restart
unless you have PHP7.0 in which case:
sudo yum install php70-zip
sudo service httpd restart