‘php.exe’ is not recognized as an internal or external command, operable program or batch file

前端 未结 10 1291
后悔当初
后悔当初 2020-11-29 08:24

‘php.exe’ is not recognized as an internal or external command, operable program or batch file.

Why does that error occur even though

10条回答
  •  忘掉有多难
    2020-11-29 08:49

    This happened to me and I found why.

    Xampp can't run properly depending on your UAC settings.

    Try to do this:

    1. Log in as administrator (running cmd.exe as administrator isn't enough)

    2. Execute cmd.exe or equivalent

    3. type php -version

提交回复
热议问题