[問題]topic_review.php 錯誤
發表於 : 2003-12-14 03:16
問題外掛:topic_review.php 錯誤
參考連結:無\r
使用版本:phpbb 2.0.6
網站位置:http://scottstudio.adsldns.org
狀況描述:點選引言或回覆文章都會出現這段錯誤訊息\r
安裝紀錄︰http://scottstudio.adsldns.org/viewtopic.php?t=66
找到這篇 http://phpbb-tw.net/phpbb/viewtopic.php?p=63305#63305 但是我沒裝付費瀏覽ㄝ...
當我使用引言或回覆文章時,頁面上方就會出現\r
c:\appserv\www\phpbb\includes\topic_review.php on line 209
紅色部分就是第209行,先前都沒有問題的說~之後也只改訪客發光名稱那個,但是我移除掉還是有ㄝ.....想不出怎會突然跑出來。
參考連結:無\r
使用版本:phpbb 2.0.6
網站位置:http://scottstudio.adsldns.org
狀況描述:點選引言或回覆文章都會出現這段錯誤訊息\r
安裝紀錄︰http://scottstudio.adsldns.org/viewtopic.php?t=66
找到這篇 http://phpbb-tw.net/phpbb/viewtopic.php?p=63305#63305 但是我沒裝付費瀏覽ㄝ...
當我使用引言或回覆文章時,頁面上方就會出現\r
代碼: 選擇全部
Parse error: parse error, unexpected T_ELSE in c:\appserv\www\phpbb\includes\topic_review.php on line 209代碼: 選擇全部
}
while ( $row = $db->sql_fetchrow($result) );
}
[color=red]else[/color]
{
message_die(GENERAL_MESSAGE, 'Topic_post_not_exist', '', __LINE__, __FILE__, $sql);
}