alanmercer Posted October 5, 2010 Share Posted October 5, 2010 I am trying to upload modules to the site but it says1 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 More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 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 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