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

[config:export] Path is broken on windows #4195

Closed
sylvainar opened this issue Nov 14, 2019 · 2 comments · Fixed by #4246
Closed

[config:export] Path is broken on windows #4195

sylvainar opened this issue Nov 14, 2019 · 2 comments · Fixed by #4246

Comments

@sylvainar
Copy link

sylvainar commented Nov 14, 2019

Problem/Motivation

I can't export my config because of broken path. That's a big issue since config:export / config:import are two of my most used commands.

In Filesystem.php line 104:

  Failed to create "D:\Profiles\myname\PhpstormProjects\myproject/D:\Profiles\myname\PhpstormProjects\myproject/../sync": mkdir(): No such file or directory.

How to reproduce

Install module, then export config.

  • OS: Windows 10
  • Drupal version: 8.7.10
  • Console version: 1.9.4
  • Console Launcher version: 1.9.4
  • Steps to reproduce: drupal config:export

image

image

Solution

Dunno but it seems related to this issue: #4154

Quick fix for now has been to rollback to 1.9.2.

@timotheemoulin
Copy link

I've looked into it (had the same issue) and fixed it in a small patch.

@LOBsTerr
Copy link
Member

Thank you for your contribution

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

Successfully merging a pull request may close this issue.

3 participants