toto64 Posted May 15, 2021 Share Posted May 15, 2021 (edited) 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) : 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 May 15, 2021 by toto64 (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted May 16, 2021 Share Posted May 16, 2021 Being installed and being active are different things. Try to make some script with the php command apache_get_modules() to see which modules are loaded. Link to comment Share on other sites More sharing options...
Rhobur Posted May 17, 2021 Share Posted May 17, 2021 And replace PHP7.4 with 7.3 since PS1.7.7+ is not yet compatible with 7.4. 1 Link to comment Share on other sites More sharing options...
ClassyDevs Posted May 21, 2021 Share Posted May 21, 2021 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 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