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
Windows 8.1 => ErrorException for ZipArchive #3755
Comments
|
maybe the character file path limit is reached ? I don't think it has to do with the \ and /, Windows knows how to handle with it most of the time |
|
Could you try running the composer testsuite on Windows 8.1? I think it includes some archive tests. Alternatively, as a quick work around, run |
|
The workaround "composer install --prefer-source" have the same error message. Unfortunately, with a testsuite I can't help. I have tried it, but ... |
|
try to move the project to |
|
FYI - in case anyone else runs across this problem. I had a similar issue and tried doing the composer install in a top level directory "c:\blah" and it worked just fine. As I increased the depth of the project's directory, it eventually failed - so some part of the flow just doesn't handle the deep hierarchy all that well. I even tried to copy the eventual results back to my original directory and Windows file manager choked on the number of characters. |
|
I have no idea if this could be related, but there seems to be a limit to the maximum length of a path. |
|
Yup... that's it. Apparently composer will sometimes tell you the path On Tue, Jun 2, 2015 at 3:50 AM, Rob notifications@github.com wrote:
|
|
I'm not entirely convinced it is related, since the length of the path mentioned in the opening post of this issue was less than the maximum length described in that document. It might be worth investigating though. |
I get a error with install on windows 8.1 64Bit
You can see that path change "" to "/" many times.
The text was updated successfully, but these errors were encountered: