-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Manager: File compression to zip has no output #437
Comments
Hi, The most possible reason why this is happening is that you don't have It's working fine on my side. The good point is to add a notification for the user to install zip. |
Tried it? |
Apologize for delayed response. Now, the point is, instead of showing "compression has successfully finished." message to those users who don't have zip installed show them some error message like "zip is not installed, compression unsuccessful." or to prompt them to install zip before continuing. It'll be clear to those users who don't have zip. Thanks :-) |
Yes, I think I'll add it to my extensions. |
Alright, 17.84+ will show user-friendly message, in case zip command is not installed - Example |
17.84 is out. Please upgrade. |
That's perfect.... :-) |
Thanks. :D |
Hi,
While New->create new archive-> select .zip format ends up with message "compression has successfully finished." but it results in no output file.
Where as .tar.gz.is working fine.
Please check and confirm
The text was updated successfully, but these errors were encountered: