您好,登錄后才能下訂單哦!
今天就跟大家聊聊有關php include失敗怎么辦,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。
php include失敗的解決辦法:1、檢查include文件的位置是否正確;2、檢測被包含的文件讀權限是否打開;3、檢測被包含的文件路徑上的每個目錄的x權限是否打開。
PHP腳本中include文件出錯解決方法
經常當php頁面中利用include, require, require_once包含了一些其他位置的頁面時,會出現錯誤,比如沒有發現次頁面,或者權限不允許等,可以根據以下方法來排除
1. 出現“未找到文件“類似的錯誤時候,檢查include文件的位置是否正確,下面引用php手冊頁面的原話:
Files for including are first looked in include_path relative to the current working directory and then in the directory of the current script. E.g. if your include_path is libraries, current working directory is /www/, you included include/a.php and there is include "b.php" in that file, b.php is first looked in /www/libraries/ and then in /www/include/. If filename begins with ./ or ../, it is looked only in include_path relative to the current working directory.
2. 當出現permission deny 類似錯誤的時候,按以下方法排除
a) 檢測被包含的文件讀權限是否打開
b) 檢測被包含的文件路徑上的每個目錄的x權限是否打開,該權限決定了目錄能否被瀏覽。
看完上述內容,你們對php include失敗怎么辦有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。