isaiasasenjo Posted May 18, 2017 Share Posted May 18, 2017 This is a error: We can't start installation PrestaShop installation requires at least the zip extension to be enabled. You can contact your web host provider to fix theses requirements. Version Apache, mysql etc.: PHP Version 7.0.18-1 + deb.sury.org~xenial+1 Apache/2.4.18 (Ubuntu)"> Versió del client de base de dades: libmysql - mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b83 $"> Extensió PHP: mysqli "> versió de PHP: 7.0.18-1+deb.sury.org~xenial+1"> Link to comment Share on other sites More sharing options...
Mankoto Posted September 2, 2017 Share Posted September 2, 2017 (edited) Found this while trying to fix my install. Since the documentation only mention it once (and buried it under a lot of unimportant information), you need to install zip (and in my case simplexml) extension with your package manager apt-get install php-zip php-simplexml And THEN you have to add it manually to /etc/php/7.0/apache2/php.ini (apache2 or whatever web server you're using). Just add those two lines at the end of the file : extension=simplexml.so extension=zip.so Restart apache and you should be done. Edited September 2, 2017 by Mankoto (see edit history) 1 Link to comment Share on other sites More sharing options...
cWebConsultants Posted October 2, 2017 Share Posted October 2, 2017 Before you get started, make sure you have all the requirements available: server space at a hosting provider, domain name, FTP client, text editor. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now