2014-09-26 32 views
1

我在Windows 7機器上安裝了Xampp。路徑是C:\ xampp。在嘗試使用phing構建項目時,出現錯誤Xampp - 錯誤的PEAR data_dir設置

The PEAR data_dir setting is incorrect: C:\php\pear\data. 
Please edit using 'pear config-set data_dir ...' and re-install Phing. 

如何在Xampp中重新安裝Phing?我可以通過更改一些配置參數來修復這個錯誤嗎?

+0

你可以通過它,這將有助於你..http://stackoverflow.com/questions/62658/getting-pear-to-work-on-xampp-apache-mysql-stack-on-windows – 2014-09-26 06:23:04

回答

1

我解決了該問題通過使用命令

pear config-set doc_dir C:\xampp\php\pear\docs 
pear config-set cfg_dir C:\xampp\php\pear\cfg 
pear config-set data_dir C:\xampp\php\pear\data 
pear config-set cache_dir C:\xampp\php\pear\cache 
pear config-set download_dir C:\xampp\php\pear\download 
pear config-set temp_dir C:\xampp\php\pear\temp 
pear config-set test_dir C:\xampp\php\pear\tests 
pear config-set www_dir C:\xampp\php\pear\www 

然後重新安裝phing復位phing參數由

pear install phing/phing 

現在打造的是工作的罰款。

+0

這很難找出來*請使用'pear config-set data_dir ...'編輯並重新安裝Phing。*錯誤信息;-P - 感謝您的回報。 – 2014-09-26 07:54:16

+0

是的:)我找到修復之前嘗試了幾件事情.. – Shoreki 2014-09-26 08:02:52