2017-04-07 87 views
-1

我正在通過ftp將我的WordPress網站上傳到主機。它上傳得很好,但是當我嘗試訪問網站時,我看到以下錯誤:訪問由ftp上傳的WordPress網站致命錯誤

Warning: require_once(/home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/real-estate-search.php): failed to open stream: No such file or directory in /home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/load.php on line 22

Fatal error: require_once(): Failed opening required '/home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/real-estate-search.php' (include_path='.:/usr/local/php5_4/lib/php') in /home/content/90/8733390/html/marreroinmobiliaria.com/wp-content/themes/realhomes/framework/functions/load.php on line 22

可能是什麼?任何幫助將不勝感激。

+1

是這些文件有可讀由Web服務器用戶公開的HTML(在錯誤信息的域名前面的部分)之前的鏈接的某些部分? – aynber

+0

它可能是一個類似於這個[SO問題](http://stackoverflow.com/questions/36113216/fatal-error-require-once-failed-opening-required)的路徑問題? – OldPadawan

+0

您確定主題「realhomes」在「realhomes/framework/functions /」裏面有「real-estate-search.php」文件嗎? –

回答

0

這聽起來像有一個必須被包含在你的PHP

+0

當我試圖學習php的時候,這讓我瘋狂 - 我到處搜索這個不需要的前導鏈接,嘗試刪除丟棄的錢,我實際上將它包含在文檔根目錄 –