1 頁 (共 1 頁)

[問題][外掛]論壇銀行-(增加貸款功能)[0923更新]

發表於 : 2004-10-31 14:45
benny777ex
問題外掛: 論壇銀行-(增加貸款功能)[0923更新]
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=19509
使用版本:phpBB2.0.10
網站位置:http://blforum.hk.st
狀況描述:

sql 安裝出現了問題:

代碼: 選擇全部

Running :: insert into phpbb_config values ('bankfees', '0.01') -> [color=red]FAILED ---> Duplicate entry 'bankfees' for key 1[/color]

Running :: insert into phpbb_config values ('bankpayouttime', '1099204979') -> [color=red]FAILED ---> Duplicate entry 'bankpayouttime' for key 1[/color]

Running :: insert into phpbb_config values ('bankname', 'Forums Bank') -> [color=red]FAILED ---> Duplicate entry 'bankname' for key 1[/color]

Running :: insert into phpbb_config values ('bankpayset', '1') -> COMPLETED

Running :: insert into phpbb_config values ('bankloanfees', '0.40') -> COMPLETED

Running :: insert into phpbb_config values ('bankpayoutloantime', '1099204979') -> COMPLETED

Running :: insert into phpbb_config values ('loanmax', '50000') -> COMPLETED

Running :: insert into phpbb_config values ('bankpayloanset', '30') -> COMPLETED

Running :: insert into phpbb_config values ('bankconvert', '1000') -> COMPLETED

Running :: ALTER TABLE phpbb_users ADD `user_bank` INT(11) UNSIGNED DEFAULT '0' NOT NULL -> COMPLETED

Running :: ALTER TABLE phpbb_users ADD `user_loan` INT(11) UNSIGNED DEFAULT '0' NOT NULL -> COMPLETED


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

發表於 : 2004-11-01 01:15
動機不明
Duplicate 代表重複的意思...

http://www.ee.tku.edu.tw/~rexchen/cdict ... =duplicate


(SQL 告訴你;你已經建立過同樣的資料了)

發表於 : 2004-11-01 19:12
benny777ex
應該點做~?

發表於 : 2004-11-01 19:19
aiken
刪掉重複的資料重新執行SQL指令\r
或是跳過不管他

發表於 : 2004-11-01 19:28
benny777ex
but....

現在顯示~
身上現金 :
銀行存款 : 0
貸款金額 : 0
總資產 : 0
但我已有~
身上現金 : 7130 積分
其他的應該是 0 了~
銀行存款 : 0
貸款金額 : 0
總資產 : 0

發表於 : 2005-01-25 13:57
~木林森~
提款.存款會出現無法更新金額資料!
修改 某會員 金錢和捐款時會找不到網頁...
如何修正?