[外掛]Cash Mod安裝問題

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

版主: 版主管理群

主題已鎖定
chlin
星球普通子民
星球普通子民
文章: 4
註冊時間: 2003-08-18 15:33

[外掛]Cash Mod安裝問題

文章 chlin »

問題外掛:(Cash Mod)
使用版本:(例:phpBB 2.0.5)
狀況描述:

不好意思,請教一下,希望這樣的發言格式還可通過要求
我要安裝Cash Mod時,進入資料庫安裝,但總會出現如下的錯誤;

INSERT INTO phpbb_config (config_name, config_value) VALUES
('cash_disable',0),
('cash_display_after_posts',1),
('cash_post_message','You earned %s for that post'),
('cash_disable_spam_num',10),
('cash_disable_spam_time',24),
('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post'),
('cash_installed','yes'),
('cash_version','2.0.2'),
('points_name','Points')
+++ Error: Duplicate entry 'cash_disable' for key 1

其中一行它指出+++ Error: Duplicate entry 'cash_disable' for key 1
錯誤,但我又不知該從何處修改,煩請站上大大解惑。
而其餘的phpbb_cash、phpbb_cash_log、phpbb_cash_exchange 三項資料都已成功建立。

目前進入phpbb裡面要進行管理,但是要執行"虛擬現金模組管理選項"
輸入貨幣名、欄位、起始貨幣量後,是會有說已建立成功,但實際上卻都沒建立。不知是什麼原因!


補充:
外掛僅安裝"附加檔案",目前要裝Cash Mod。[php]<?php

?>[/php]
linekin
星球普通子民
星球普通子民
文章: 21
註冊時間: 2003-05-05 07:19

文章 linekin »

你看一下你的資料庫是不是已經有'cash_disable'了~
chlin
星球普通子民
星球普通子民
文章: 4
註冊時間: 2003-08-18 15:33

[外掛]Cash Mod安裝問題

文章 chlin »

謝謝回應!

使用phpMyAdmin瀏覽左側"樹狀結構",沒有看到有'cash_disable'哩‧‧\r

INSERT INTO phpbb_config (config_name, config_value) VALUES
('cash_disable',0),
('cash_display_after_posts',1),
('cash_post_message','You earned %s for that post'),
('cash_disable_spam_num',10),
('cash_disable_spam_time',24),
('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post'),
('cash_installed','yes'),
('cash_version','2.0.2'),
('points_name','Points')
+++ Error: Duplicate entry 'cash_disable' for key 1


是否是第二行的('cash_disable',0), 出問題?

謝謝!
yuankuei
星球普通子民
星球普通子民
文章: 23
註冊時間: 2003-07-24 04:21
來自: CA 91801
聯繫:

文章 yuankuei »

使用 phpMyAdmin 的話,應該是在左邊尋找 phpbb_config 這個表格\r
然後再右邊選擇瀏覽,看看內容裡面是不是已經有 cash_disable
看起來是因為 cash_disable已經存在才發生的錯誤訊息..
chlin
星球普通子民
星球普通子民
文章: 4
註冊時間: 2003-08-18 15:33

[外掛]Cash Mod安裝問題

文章 chlin »

謝謝回應!

已使用瀏覽檢查過,沒有cash_disable這項。
但依錯誤狀態的字義上來看,確是如大大所言似乎是重複哩‧‧\r

那假使我要另外新增這個項(先移除後再試一次建立資料庫)

INSERT INTO phpbb_config (config_name, config_value) VALUES
('cash_disable',0),
('cash_display_after_posts',1),
('cash_post_message','You earned %s for that post'),
('cash_disable_spam_num',10),
('cash_disable_spam_time',24),
('cash_disable_spam_message','You have exceeded the alloted amount of posts and will not earn anything for your post'),
('cash_installed','yes'),
('cash_version','2.0.2'),
('points_name','Points')
+++ Error: Duplicate entry 'cash_disable' for key 1

我該如何作?是先進去phpbb_config裡面建立嗎?

謝謝!
頭像
chadav
竹貓好朋友
竹貓好朋友
文章: 65
註冊時間: 2002-07-04 21:04
聯繫:

文章 chadav »

我是使用 PHPBB PLUS 1.2 也是有遇到這樣的狀況, 不過去查 PHPMYADMIN 內 那一個 TABLE 的確是早有那個欄位了, 所以就把那個欄位直接用手動刪除後再執行一次 INSTALL 後就搞定囉!!

提供您參考看看!!
克服自我是最大的挑戰
圖檔
chlin
星球普通子民
星球普通子民
文章: 4
註冊時間: 2003-08-18 15:33

[外掛]Cash Mod安裝問題

文章 chlin »

謝謝各位大大解惑,小弟因對資料庫不熟,所以不知phpbb_config 裡面還有這麼多筆(一頁顯示30筆,以為就只有30筆而已)。

目前資料庫方面應該是沒有問題。

但現在在"虛擬現金模組管理選項"
我設立新的貨幣後送出,系統回應已建立,但我卻都沒有看到任何資料,請問各位大大是哪邊出問題?

謝謝!
主題已鎖定

回到「外掛問題討論」