參考連結:無\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);
}