2014-03-06 115 views
0

嘗試訪問sitemap.xml時出現此類錯誤 我生成了xml站點地圖文件並將其放入服務器的根文件夾中,但當我嘗試訪問它時,出現以下錯誤:嘗試訪問sitemap.xml時出錯

Warning: require_once(/home/europezone/html/inc/pages.inc.php): failed to open stream: No such file or directory in /home/europezone/html/index.php on line 44 Fatal error: require_once(): Failed opening required '/home/europezone/html/inc/pages.inc.php' (include_path='.:/usr/share/php:/usr/share/pear') in /home/europezone/html/index.php on line 44 
+0

我建議你忘了上傳到服務器 –

+0

我已上載該文件的文件/home/europezone/html/inc/pages.inc.php現在我沒有得到任何來自僅供europezone.ru服務器響應了when /sitemap.xml – user2869931

+0

'致命錯誤:調用64行上的/home/europezone/html/inc/functions.inc.php中的非對象的成員函數query()查詢( ) - 通常意味着數據庫憑據不正確。請,[閱讀調試](http://phpfaq.ru/error) –

回答

0

該網站地圖應該有.php格式,解決方案是添加。 php到底sitemap.xml.php

相關問題