1 頁 (共 1 頁)

一般性錯誤

發表於 : 2011-07-25 11:50
w91754
試試更新由3.0.7 PL1 到 3.0.9 包括中文。在 config.php 設定數值如下:

$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'taitung';
$dbuser = 'admin';
$dbpasswd = ' ';
$table_prefix = 'phpb1_';
$acm_type = 'file';
$load_extensions = '';

在自己電腦測試,登入帳號及密碼後,結果得到"一般性錯誤"如圖。

誤差說明:Table 'taitung.phpb1_login_attempts' doesn't exist [1146]

不知如何更正,請有心人指教。謝謝

Re: 一般性錯誤

發表於 : 2011-07-25 13:24
心靈捕手
w91754 寫: 誤差說明:Table 'taitung.phpb1_login_attempts' doesn't exist [1146]
您也許沒有執行資料庫更新。

在瀏覽器網址列輸入以下位址,執行它。
  • http://YOUR_WEBSITE/PHPBB3_ROOT/install/database_update.php

Re: 一般性錯誤

發表於 : 2011-07-26 12:14
w91754
心靈捕手 寫:
w91754 寫: 誤差說明:Table 'taitung.phpb1_login_attempts' doesn't exist [1146]
您也許沒有執行資料庫更新。

在瀏覽器網址列輸入以下位址,執行它。
  • http://YOUR_WEBSITE/PHPBB3_ROOT/install/database_update.php
問題解決了!再三道謝!