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

local.xml is not generating #103

Closed
CallumBrankin opened this issue Apr 25, 2017 · 3 comments
Closed

local.xml is not generating #103

CallumBrankin opened this issue Apr 25, 2017 · 3 comments

Comments

@CallumBrankin
Copy link

CallumBrankin commented Apr 25, 2017

Warning: file_get_contents(C:\Users\user\Documents\v/m/public/app/etc/local.xml): failed to open stream: No such file or directory in C:\Users\user\AppData\Roaming\Composer\vendor\richdynamix\magestead\src\Magestead\In stallers\MagentoProject.php on line 214

[Exception]
String could not be parsed as XML

The error above occurs because it's trying to find local.xml but it does not exist.

I'm on Windows 10.

@richdynamix
Copy link
Owner

Please refer to the docs where Windows OS is not yet supported. Please feel free to submit a PR :)

@ghost
Copy link

ghost commented Sep 13, 2017

I'm running on OS X and still getting the above issue.

@tylers-username
Copy link

I haven't looked at the code that references the local.xml. However, this looks like a simple case of the wrong directory separators being used. I don't have time to submit a pull request but you might hack around with replacing any hard coded '/' with DIRECTORY_SEPARATOR.

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

3 participants