[問題]虛擬銀行install問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
頭像
brien
星球普通子民
星球普通子民
文章: 26
註冊時間: 2003-08-13 19:02
來自: kaohsiung
聯繫:

[問題]虛擬銀行install問題

文章 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.

請問這是什麼意思?? 謝謝
頭像
godbless
竹貓忠實會員
竹貓忠實會員
文章: 647
註冊時間: 2002-05-17 06:02
來自: 台北市南京東路4段
聯繫:

文章 godbless »

Table 'phpbb_bank' already exists

這個欄位已經存在~

The bank is currently closed.

Please try again at another time

銀行將關閉
請稍後再試試看
外掛問題區發問格式就在這裡,請務必一定照著格式來~!
你不照著規則來,就算是也搞不清楚你的問題在哪裡!
新手問問題不是罪惡
罪惡的是自己沒有先做好本分和功課,說話的口氣也不好,再加上態度有好像我們這群人欠你多少似的~~!!
竹貓星球發問規則:
http://phpbb-tw.net/phpbb/viewtopic.php?t=16149
發問比率最高的句子翻譯:
Please ensure both the install/ and contrib/ directories are deleted
請確認install和contrib資料夾已被刪除(奇怪,翻一下英漢字典有這麼困難嗎)
主題已鎖定

回到「外掛問題討論」