2013-01-04 76 views
0

可能重複:
‘php.exe’ is not recognized as an internal or external command, operable program or batch file'PHP' 不被識別爲一個內部或外部命令

我試圖安裝一個CakePHP安裝使用WAMP我的電腦上。

我在嘗試設置安裝路徑時遇到問題。以下是我所做的路徑條目。

F:\ProgrammingPoint\wamp\bin\php\php5.4.3;F:\ProgrammingPoint\wamp\www\cake\app\Console; 

每個用於PHP和CakePHP安裝。但是,當我嘗試蛋糕烘烤命令爲:

F:\ProgrammingPoint\wamp\www\cake\app\Console cake bake 

我收到以下錯誤。設置路徑的

'php' is not recognized as an internal or external command. 

輸出是:

Path=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x8 
6)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C: 
\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C: 
\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\O 
penCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Componen 
ts\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Progr 
am Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files 
(x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Lenovo\Bl 
uetooth Software\;C:\Program Files\Lenovo\Bluetooth Software\syswow64;C:\Program 
Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\ 
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 
+4

如果你運行'php',會發生什麼? – AndreKR

+0

如果路徑設置正確,請檢查'set path'的輸出。如果使用「環境變量」對話框設置PATH變量,則可能必須關閉並重新打開控制檯,因爲只有新進程繼承新的環境變量。 – vstm

+0

聽起來像PHP沒有正確設置。 – Yamiko

回答

-3

您必須安裝PHP蛋糕哪裏PHP可執行文件的位置。

你的文件應該是(?)在F:\ProgrammingPoint\wamp\apache\php_5.2.11 ....

參考here

+0

我編輯了這個問題。你能解釋一下正確設置路徑嗎? – KodeSeeker

相關問題