1 頁 (共 1 頁)

[問題]虛擬銀行install問題

發表於 : 2003-08-23 18:58
brien
PHP2.0.6+mysql+phpadmin+AppServ



執行河風大大的虛擬銀行bank_install出現的錯誤
Running :: create table `phpbb_bank` (`id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` CHAR (50) NOT NULL, `holding` INT (20) UNSIGNED DEFAULT '0', `totalwithdrew` INT (20) UNSIGNED DEFAULT '0', `totaldeposit` INT (20) UNSIGNED DEFAULT '0', `opentime` INT (20) UNSIGNED NOT NULL, `fees` CHAR (32) NOT NULL DEFAULT 'on', PRIMARY KEY(`id`), INDEX(`name`)) -> FAILED ---> Table 'phpbb_bank' already exists

Running :: insert into phpbb_config (config_name, config_value) values ('bankinterest', '2') -> FAILED ---> Duplicate entry 'bankinterest' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('bankfees', '2') -> FAILED ---> Duplicate entry 'bankfees' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('bankpayouttime', '0') -> FAILED ---> Duplicate entry 'bankpayouttime' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('bankname', 'Forums Bank') -> FAILED ---> Duplicate entry 'bankname' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('bankopened', 'off') -> FAILED ---> Duplicate entry 'bankopened' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('bankholdings', '0') -> FAILED ---> Duplicate entry 'bankholdings' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('banktotaldeposits', '0') -> FAILED ---> Duplicate entry 'banktotaldeposits' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('banktotalwithdrew', '0') -> FAILED ---> Duplicate entry 'banktotalwithdrew' for key 1

Running :: insert into phpbb_config (config_name, config_value) values ('banklastrestocked', '0') -> FAILED ---> Duplicate entry 'banklastrestocked' for key 1


Finished!
Some of the querys have failed, contact me so I can fix the errors.



按銀行出現的錯誤訊息\r

系統訊息

The bank is currently closed.

Please try again at another time.

請問這是什麼意思?? 謝謝

發表於 : 2003-08-23 21:30
godbless
Table 'phpbb_bank' already exists

這個欄位已經存在~

The bank is currently closed.

Please try again at another time

銀行將關閉
請稍後再試試看