LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: lovehint37 於 七月 13, 2006, 06:36:50 下午



主題: 關於summary.php呈現空白頁面的問題
作者: lovehint37七月 13, 2006, 06:36:50 下午
今天在論壇爬了一下文,發現原來summary.php也有用途 (小弟不才... :-$) 但是嘗試進入http://mitnik.mine.nu/blog/summary.php 時,卻呈現空白畫面,下面是apache的紀錄檔:

[Thu Jul 13 19:39:26 2006] [error] [client 218.163.232.206] PHP Notice:  Object of class BlogSettings could not be converted to int in /home/Mitnik/Public_html/blog/class/dao/bloginfo.class.php on line 55
[Thu Jul 13 19:39:26 2006] [error] [client 218.163.232.206] PHP Warning:  Smarty error: unable to read resource: "summary/index.template" in /home/Mitnik/Public_html/blog/class/template/smarty/Smarty.class.php on line 1108

55 if( $this->_settings == "" )
1108 trigger_error("Smarty error: $error_msg", $error_type);

請問是哪邊有錯呢? 謝謝~ :-D


主題: Re: 關於summary.php呈現空白頁面的問題
作者: markwu七月 17, 2006, 11:23:35 下午
1. 呈現空白,應該不是這個原因。請看一下:

1.10 為什麼我重新開啟瀏覽器瀏覽我的網誌就可以看到網誌頁面,可是當我點下其中的任何連結就會出現空白頁呢? (http://wiki.lifetype.org.tw/index.php?title=Installing_LifeType_FAQ#.E7.82.BA.E4.BB.80.E9.BA.BC.E6.88.91.E9.87.8D.E6.96.B0.E9.96.8B.E5.95.9F.E7.80.8F.E8.A6.BD.E5.99.A8.E7.80.8F.E8.A6.BD.E6.88.91.E7.9A.84.E7.B6.B2.E8.AA.8C.E5.B0.B1.E5.8F.AF.E4.BB.A5.E7.9C.8B.E5.88.B0.E7.B6.B2.E8.AA.8C.E9.A0.81.E9.9D.A2.EF.BC.8C.E5.8F.AF.E6.98.AF.E7.95.B6.E6.88.91.E9.BB.9E.E4.B8.8B.E5.85.B6.E4.B8.AD.E7.9A.84.E4.BB.BB.E4.BD.95.E9.80.A3.E7.B5.90.E5.B0.B1.E6.9C.83.E5.87.BA.E7.8F.BE.E7.A9.BA.E7.99.BD.E9.A0.81.E5.91.A2.EF.BC.9F)

2. 那些是 error notice. 那是因為lifetype 1.0.x 對php5 的 support 上並沒完全依照 php5 的語法所產生的警告。對使用上並無影響。

建議你修改 error_reporting 的 level 把 error notice 的輸出關掉。

Mark