ZIP extension needs to be loaded in opencart

The following command on ubuntu environment resolved my problem:

sudo apt-get install php7.0-zip

I resolve this issue by different way.

  • Install my opencart on localhost
  • using ftp, I uploaded it to my server
  • did some changes in config.php and admin/config.php
  • Export my database from localhost/phpmyadmin
  • Created database at my live server and imported my database, which I exported from localhost

And I am good to go :)


Re: Warning: ZIP extension needs to be loaded for OpenCart to work!

If you use Cpanel ( Linux base hosting )

On software go to the "Select PHP Version" and check mark the ZIP

It is take 4-5 minutes to update

enter image description here