slimpd icon indicating copy to clipboard operation
slimpd copied to clipboard

[Windows] sliMpd database import

Open mapomme1108 opened this issue 8 years ago • 1 comments

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?

mapomme1108 avatar Oct 15 '17 04:10 mapomme1108

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

othmar52 avatar Oct 18 '17 08:10 othmar52