문제

I have been using xampp server. I'm trying to make a new project. I have been giving a command,

C:\xampp\htdocs\yii\framework\yiic

It says,

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

I have also set the system variable, path as

C:\xampp\htdocs\yii\framework\yiic

. Whats the problem here?

도움이 되었습니까?

해결책

You need to set the path to php also

check this

다른 팁

You need add PHP path to system environment or use the direct path of php.exe,just like:

    c:\xampp\php\php.exe yiic webapp c:\xampp\htdocs\yourappname 

This what worked with me:

D:\ProgramFiles\xampp\php\php D:\ProgramFiles\xampp\htdocs\yii\f
ramework/yiic webapp D:\ProgramFiles\xampp\htdocs\ProjectName
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top