Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ZIP extension needs to be loaded in opencart

I am installing opencart 2.0.1.1 on my hosting but during installation step-2 it says Warning: ZIP extension needs to be loaded for OpenCart to work! I did my search on it but everyone is saying that it is server issue.enter image description here

I am really stuck at this point. I am newbie in opencart but did my OC installation many time on localhost. Please if anyone have some experience related this issue kindly guide me.

like image 277
Husnain Ahmed Avatar asked Aug 28 '15 14:08

Husnain Ahmed


2 Answers

The following command on ubuntu environment resolved my problem:

sudo apt-get install php7.0-zip
like image 114
Idriz Mustafa Avatar answered Sep 19 '22 13:09

Idriz Mustafa


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 :)

like image 33
Husnain Ahmed Avatar answered Sep 21 '22 13:09

Husnain Ahmed