我正在嘗試重新使用php文件進行分配。 所以在index.php文件XAMPP服務器404頁面未找到
require '.././library/Slim/Slim.php';
以下行給我的錯誤信息:
404 Page Not Found
The page you are looking for could not be found. Check the address bar to ensure your URL is spelled correctly. If all else fails, you can visit our homepage at the link below.
文件夾庫是一個退步相對於index.php文件。 該文件存在,我相信路徑是正確的,因爲當我改變行
require '.././library/Slim/Slim2.php'; //file Slim2.php not present
我收到此錯誤信息,而不是
Warning: require(.././library/Slim/Slim.php2): failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/htdocs/Julio/Temperature/api/index.php on line 6
Fatal error: require(): Failed opening required '.././library/Slim/Slim.php2' (include_path='.:/Applications/XAMPP/xamppfiles/lib/php') in /Applications/XAMPP/xamppfiles/htdocs/Julio/Temperature/api/index.php on line 6
有什麼不對? 使用MAC
一個文件夾後面是'」 ../library/Slim/Slim。php';' – RiggsFolly
你是對的,但它給出了第一個錯誤信息。我懷疑這條道路是否是問題所在。我認爲問題應該是別的 – Rossygnol
我們可以假設你已經檢查到運行網絡服務器的帳戶可以訪問該文件夾嗎? – RiggsFolly