-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
mkdir(): Invalid path #97
Comments
could you try run |
could you also provide the mapping the failing modules use? (modman,package.xml, "map" element in composer.json?) |
I also encountered on Trace:
|
This occurs after deploying via the symlink strategy, then deploying later via the copy strategy. Example:
When copying To reproduce (with composer.json with hackathon module already installed):
|
The fix for this may be a built in redeploy script. We have a bash script that we use that looks something like this:
It removes all installed composer packages, then reinstalls them. |
Same error here - any chance we can work on this? Meanwhile I'll have a look at the composer.json which seems to cause the error and see if I can find something suspicious. |
Alright, that one was easy.
So it tried to create the |
I am getting an "[ErrorException] mkdir(): Invalid path" when trying to use this to install some (but not all) magento modules.
I have about 20 modules that work perfectly and then another 8 or so that throw this error. I have checked the modman and composer files per module and there doesn't seem to be any visible errors.
The text was updated successfully, but these errors were encountered: