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

[Windows] sliMpd database import #62

Open
mapomme1108 opened this issue Oct 15, 2017 · 1 comment
Open

[Windows] sliMpd database import #62

mapomme1108 opened this issue Oct 15, 2017 · 1 comment

Comments

@mapomme1108
Copy link

Hello,

I am installing slimpd on Windows 10.

The webserver I use is UwAmp, because it is a standalone installation.
When I type :
php 'slimpd' hard-reset
there is this message :
Could not open input file: 'slimpd'

How can I fix this?

@othmar52
Copy link
Owner

Hi,
I assume slimpd is not compatible to windows.

Some background-information to the error-message above:
slimpd is a php file without the fileextension .php.

The first line of the file defines the interpreter, which is obviously not compatible to windows

#!/usr/bin/env php

to execute the file anyway you can type something like that in your terminal

php.exe "C:\path to your\slimpd filesystem\slimpd"

but don't expect anything to work

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

2 participants