4

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

enter image description here

How to fix this...

tamilselvancst
  • 478
  • 1
  • 3
  • 19
  • For others out there, this helped me. Perhaps if you have cPanel you can look into software > Select PHP version (or something like this) and the select "zip" and also be sure to save :). – Feddo van der Molen Apr 24 '18 at 18:06

1 Answers1

2

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
nyi
  • 3,123
  • 4
  • 22
  • 45
ChilledWeb
  • 21
  • 2