所以我到http://www.phpbb.com/downloads.php下載2.08的patch,
然後我跟據它的步驟修改,然後upload裡面的4個folder,準備更新,
不過,因為我第一次更新,有些東西不太明白,
然後我就傻傻地去install/install.php更新,而且還以為是"系統升級"呢...
我搞了很多次也一直失敗,最後才知道是用install/update_to_208.php這個file更新...
更新完以後,再到index.php看一下,發現它出現了下列錯誤在頁面頂端:
代碼: 選擇全部
Warning: mysql_fetch_array(): 31 is not a valid MySQL result resource in /home/.sites/33/site5/web/phpbb2/db/mysql4.php on line 214
Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/33/site5/web/phpbb2/db/mysql4.php:214) in /home/.sites/33/site5/web/phpbb2/includes/page_header.php on line 556
Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/33/site5/web/phpbb2/db/mysql4.php:214) in /home/.sites/33/site5/web/phpbb2/includes/page_header.php on line 558
Warning: Cannot modify header information - headers already sent by (output started at /home/.sites/33/site5/web/phpbb2/db/mysql4.php:214) in /home/.sites/33/site5/web/phpbb2/includes/page_header.php on line 559代碼: 選擇全部
{
header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
}
header ('Expires: 0');
header ('Pragma: no-cache');