今天下午學校主頁突然模版不正常了~顯示圖片出錯~然後提示:
[CMS] Template Running Error, click here to learn more.
但是在此之前並沒有動過網站和服務器~詳細出錯內容如下:
[CMS] Template Running Error, click here to learn more.
Exception message: fopen(http://newsadmin.jyu.edu.cn/resource/img/h000/h04/img201008132155131.jpg) [function.fopen]: failed to open stream: operation failed
Error code: 2
– Backtrace –
(): TemplateError.handler
/srv/httpd/htdocs/cmsware/include/functions.php5.php(1246): fopen
/srv/httpd/htdocs/cmsware/sysdata/templates_c/%%c_^@templates@[email protected](128): AutoMini
/srv/httpd/htdocs/cmsware/include/lib/kTemplate/kTemplate.class.php(347): include
/srv/httpd/htdocs/cmsware/include/lib/kTemplate/kTemplate.class.php(546): kTemplate._fetch
/srv/httpd/htdocs/cmsware/include/admin/publishAdmin.class.php(2183): kTemplate.fetch
/srv/httpd/htdocs/cmsware/admin/admin_task.php(250): publishAdmin.refreshIndex
很明顯是圖片打不開導致的~但是之前是完全沒問題的~剛剛添加的新聞刪除頁沒有效果~
研究了很久~官方的意思是:可能原因及解決方案:你的服務器環境不能解析域名,請檢查是不是服務器的dns服務解析的問題。
原來是學校的一個DNS服務器突然掛了~導致解析不正常~
將圖片改成相對路徑發布~問題解決~~