我對所有PHP包含程序都使用相對路徑,本地工作正常。我只是將所有文件都傳送到服務器,而且我收到的錯誤指向了目錄中的文件。例如:將本地站點傳輸到服務器時出現相對路徑故障
include_once('../db.php');
是給我:
Warning: include_once(../db.php) [function.include-once]:
failed to open stream: No such file or directory in /nfs/c06/h04/mnt/188388/domains/website.com/html/includes/user_process.php on line 3
我不能完全肯定發生了什麼事。任何幫助將非常感激。
請告訴,你怎麼樣文件位於相對於彼此(user_process.php和db.php中)。 –