Jump to content

Problems to installer Prestashop 1.7 in Linux


Recommended Posts

This is a error:

 

 

 

We can't start installation :(
  1. 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

Link to comment
Share on other sites

  • 3 months later...

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 by Mankoto (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • 5 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...