2017-08-05 118 views
0

我正在用yii2 advance編寫代碼。

Warning: require($file): failed to open stream: No such file or directory in C:\xampp\htdocs\Yii-Dummy\vendor\composer\autoload_real.php on line 66 Fatal error: require(): Failed opening required '$file' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\Yii-Dummy\vendor\composer\autoload_real.php on line 66.

這個問題向我展示。請說我能做些什麼。

+0

改正你的路徑 –

+0

如何糾正我的路徑..請幫助我。 –

+0

它對autoload_real.php的第66行有什麼意義?看起來'$ file'變量沒有被擴展。你最好的選擇是在別的之前運行'composer'。 – sba

回答

0

似乎你的代碼通過C:\xampp\php\PEAR路徑作爲文件到required,檢查你的代碼並解決它! 它必須是文件路徑而不是文件夾路徑,並且如果您傳遞了文件路徑;檢查傳遞的文件是否存在。

+0

警告:require(C:\ xampp \ htdocs \ Yii-Dummy \ frontend \ web /../../ vendor/yiisoft/yii2/Yii.php):未能打開流:C:中沒有這樣的文件或目錄: \ xampp \ htdocs \ Yii-Dummy \ frontend \ web \ index.php on line 6 致命錯誤:require():無法打開所需的'C:\ xampp \ htdocs \ Yii-Dummy \ frontend \ web /../ ../vendor/yiisoft/yii2/Yii.php'(include_path ='C:\ xampp \ php \ PEAR')在第6行的C:\ xampp \ htdocs \ Yii-Dummy \ frontend \ web \ index.php中 –