-
Notifications
You must be signed in to change notification settings - Fork 106
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
cannot create zip archive. #50
Comments
Zippy does not require a content to create an archive, but some adapter do. I'm gonna update the doc. Your exception is a |
Same issue for me, I'm working on mac. Do I need to install extra binaries ? Here is the error when I use "tar" : Unable to execute the following command '/usr/bin/bsdtar' '--create' '-' '--files-from /dev/null' '> /Users/vince/work/web/ps/designerbox/modules/invoices/invoices.tar' {output: bsdtar: Option --files-from /dev/null is not supported Usage: List: bsdtar -tf Extract: bsdtar -xf Create: bsdtar -cf [filenames...] Help: bsdtar --help } |
Hello @sdevilcry It's not the same issue, you're creating a tar archive (this issue was about the zip adapter). Can you fill a new issue, providing the code snippet and exception name/message ? |
Sure I can, but my first issue was the same as @makasim then I tried with tar and got a new issue. Gonna create an issue for the tar. Any idea about the "zip" ? |
@romainneutron I tried using Zippy on laravel 4 but all i get is an error saying "Unable to create archive" can you help? |
The doc says I can do this way:
but this code throws an exception
Unable to create archive
fromZippy.php at line 63
and previous exceptionNotSupportedException: Can not create empty zip archive
fromZipAdapter.php at line 51
The text was updated successfully, but these errors were encountered: