web server files extracted with keka would not work
Brought to you by:
aonez
I used Keka to extract some modules for a CMS that I was working on. All the modules extracted with Keka would not install in the CMS - it refused to recognise them. When I extracted them with the OS default archiving utility, it worked perfectly
Let me know if you need more info: robotix@gmail.com
one of the modules described above
I'm aware of this problem. In fact is a problem with p7zip that doesn't preserve the execution property when extract files made in windows machines (I don't know yet with with compressor). In this case is the module.info file which misses the x property. In the past I've detected this with tar files, and changed p7zip to gnutar for extracting those files, but with zip is not that easy, as info-zip (bundled in mac) doesn't handle with passwords as I know.
Thanks for the attach, I can test with it.