Jump to content

Prestashop installation (v1.7.7.4) issue


Recommended Posts

I'm trying to install the latest version of Prestashop (1.7.7.4) and I have this message :

"We can't start installation 

PrestaShop installation requires the zip extension to be enabled.

You can contact your web host provider to fix these requirements."

 

This is my environment :

PHP 7.4, Apache 18.04 (LTS)

 

I tried to modify the php.ini file at etc>php>apache2>php.ini :

by making in terminal :

apt-get install php-zip

 

and adding this line in my php.ini file :

extension=zip.so

But i always have my issue after restarting Apache2 ! 

It's strange because the extension php-zip seems to be installed as indicated by my terminal (see below) :

php-zip.png.1dc05d46aa1f434997c513f8c2fe373d.png

I'm in trouble because I really don't know how to fix my issue. Do someone have a idea and can help me ?

 

 

 

 

Edited by toto64 (see edit history)
Link to comment
Share on other sites

On 5/17/2021 at 1:53 PM, Rhobur said:

And replace PHP7.4 with 7.3 since PS1.7.7+ is not yet compatible with 7.4.

That's right.

You need to install php7.4-zip extension. That means install the php7.4 compat version of the zip extension. It will work.

 

Link to comment
Share on other sites

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...