Jump to content

[SOLVED] Problem with installing third party modules, "zip is not installed on your server"


Recommended Posts

I don' t know this is a right place to ask for help. =]

I am using Version 1.3.2 and I am trying to add a some new modules. However, I was received this error message when I uploaded zip files of the modules. For example:

http://www.prestashop.com/forums/viewthread/12807/modules/flash_clock___calendar_module

zip is not installed on your server. Ask your host for further information.

I used appserve as a server to install my prestashop.

I have installed Zip and Winrar in my computer.

Any ideas of my problem? =]

Link to comment
Share on other sites

Topic moved since it isn't related to a specific third-party module

As the error message says, your server doesn't have zip installed. You should ask your host to install it. Having zip installed on your client machine doesn't make any difference on the server.

Link to comment
Share on other sites

  • 1 month later...

It is the following on line 158 of admin/tabs/AdminModules.php that checks whether zip is installed:

if (class_exists('ZipArchive', false))



The only reason the error would appear is if the ZipArchive class does not exist on your server. Ask your host to make sure that the above expression returns true.

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