我使用Windows XP,WAMP ...我已經使用這個代碼根據this thread's秒答案是否梨作品:無法確認梨是否安裝?
require_once 'System.php';
var_dump(class_exists('System'));
它顯示了以下錯誤:
Warning: require_once(System.php) [function.require-once]: failed to open stream: No such file or directory in E:\wamp\www\phptry\chkp.php on line 2
和這一個太:
Fatal error: require_once() [function.require]: Failed opening required 'System.php' (include_path='.;C:\php\pear') in E:\wamp\www\phptry\chkp.php on line 2
這是我第一次嘗試使用梨,所以愚蠢的錯誤的可能性很高!我覺得我沒有在環境變量中正確提到路徑。但不知道如何解決這個問題!
我已試過在梨手冊中提到的所有步驟,但可能已經犯了一個錯誤。請給你的答案考慮到我是個新手!
請幫忙,因爲沒有別的地方,我可以解決這個不要關閉這個問題......它已經發生了很多次,人們停業「我不明白的原因類型」的問題和我問題仍未解決..謝謝!
你有沒有檢查文件是否存在? – NooBskie
那裏?哪裏?在C:還是E:? @NooBskie – abhishah901
System.php在這兒就是>> E:\ WAMP \ BIN \ PHP \ php5.3.10 \梨@ NooBskie – abhishah901