Jump to content

Cant upload modules!


Recommended Posts

I am trying to upload modules to the site but it says

1 error

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

But zip and gzip are both installed on the server, could something have went wrong with the installation??
What file tells the website to look for zip on the server??

Please please get back to me quickly dead line is running out!

Thanks in advance

Link to comment
Share on other sites

That error message only occurs when the following line returns false:

if (class_exists('ZipArchive', false))



You need to figure out why the ZipArchive class doesn't exist. It's not a PrestaShop file, so you will need to ask your host and ensure this class is available.

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