Jump to content

Installation Prestashop 8.1.3. ZIP PHP extension missing


Recommended Posts

I tried to install Prestashop 8.1.3. on our IIS server and failed at the missing PHP ZIP extenstion.

I have the ZIP activated in the php.ini and I can see it in the phpInfo (see attachment). Does somebody know, what I'm doing wrong?

PS: I'm sorry, but all these advertisements on this forum is really annoying.

zlib.PNG

Link to comment
Share on other sites

Thanks!

In the php.ini, I needed to tell IIS, where the extension folder is:

; Directory in which the loadable extensions (modules) reside.
; https://php.net/extension-dir
;extension_dir = "./"
; On windows:
extension_dir = "ext"

And then uncomment the zip extention:

;extension=soap
;extension=sockets
;extension=sodium
;extension=sqlite3
;extension=tidy
;extension=xsl
extension=zip

Together with this hint, I could make it on a IIS:

 

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