webitizer Posted May 7, 2017 Share Posted May 7, 2017 Hi, i develop some modules and now i try to upload it to the marketplace. I validate it before and the validator "loves me" But when i try to upload my zip it always quit with the message "Your module contains temp files. Clean it with ZipCleaner" I do that but still get the message. I try several things: - zip with mac, clean with ZipCleaner - zip with win, clean with ZipCleaner - zip with debian, clean with ZipCleaner if i list or open the zip, there are no temp files in it (like thumb or DS_Store) Did anyone can help me? Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2017 Share Posted May 8, 2017 what you used to pack files to .zip library ? Link to comment Share on other sites More sharing options...
webitizer Posted May 8, 2017 Author Share Posted May 8, 2017 On Mac right click and compress. On Win right click "send to" -> zip folder On Debian console "zip -r filename folder" Link to comment Share on other sites More sharing options...
webitizer Posted May 9, 2017 Author Share Posted May 9, 2017 Thx to the PrestaShop support. There was a thumbs.db and .DS_Store in zip. For everyone else, try to list your zip in a command window. On Mac : zipinfo -m filename * solved * Link to comment Share on other sites More sharing options...
Jorge Vargas Posted July 24, 2018 Share Posted July 24, 2018 I found that for Mac using terminal: zip -d your-file.zip *__MACOSX/\* zip -d your-file.zip *DS_Store* I hope that be useful. 1 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