Drupal run update.php shown in Zip archive support missing

901 views Asked by At

Anyone suggestion to me. I have update drupal modules in live version, shown this error.

enter image description here

How to fix this...

1

There are 1 answers

0
ChilledWeb On

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