Skip to content
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

zip files don't unzip with standard os x archiver - (error 1 - operation not permitted) #249

Open
ncri opened this issue Oct 7, 2015 · 9 comments

Comments

@ncri
Copy link

ncri commented Oct 7, 2015

unable to unarchive (error 1 - operation not permitted)

With all other programs I tested they unzip just fine (Safari, Terminal unzip, Keka).
Any idea what's the issue?

@bmulholland
Copy link

I've encountered this issue as well, but have not managed to find a fix. The resulting zip can be opened in any extract tool except for Archive Utility. Unfortunately for me, that's what most of my customers will be using.

Perhaps Grandt/PHPZip#4 could provide some helpful information?

@bmulholland
Copy link

Okay I investigated my case more and confirmed that the issue is actually #240. I resolved by making sure each filename is unique by appending an identifier to the filename.

@deepflame
Copy link

@bmulholland thanks for the pointer. That helped me a lot!

@omarish
Copy link

omarish commented Dec 4, 2015

I'm encountering this as well. Checked and it's not a case of #240.

@mrkamel
Copy link

mrkamel commented Oct 4, 2016

Same issue for me ... and i don't have duplicate filenames

@mrkamel
Copy link

mrkamel commented Oct 4, 2016

system.log shows

Archive Utility: bomCopierFatalError:Not a central directory signature

@lrajlich
Copy link

I'm also running into this exact issue. I get the same message in system.log that @mrkamel is seeing

Archive Utility[81908]: bomCopierFatalError:Not a central directory signature

@mariohmol
Copy link

mariohmol commented Apr 11, 2017

Hi there.. same thing here.. i have the (error 1 - operation not permitted).. found the solution?

and dont have duplicated files.. is something related with permission of files that is on server and include in zip fila?

UPDATED: I made some chages to guarantee that does not have duplicated... but i just could work removing send_file or send_data to return the zip, i'm storing that in a folder and giving to the user a link to be downloaded after.

@lyonsun
Copy link

lyonsun commented Jun 12, 2018

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants