問題外掛:(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]
[外掛]Cash Mod安裝問題
版主: 版主管理群
[外掛]Cash Mod安裝問題
謝謝回應!
使用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), 出問題?
謝謝!
使用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), 出問題?
謝謝!
[外掛]Cash Mod安裝問題
謝謝回應!
已使用瀏覽檢查過,沒有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裡面建立嗎?
謝謝!
已使用瀏覽檢查過,沒有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裡面建立嗎?
謝謝!
[外掛]Cash Mod安裝問題
謝謝各位大大解惑,小弟因對資料庫不熟,所以不知phpbb_config 裡面還有這麼多筆(一頁顯示30筆,以為就只有30筆而已)。
目前資料庫方面應該是沒有問題。
但現在在"虛擬現金模組管理選項"
我設立新的貨幣後送出,系統回應已建立,但我卻都沒有看到任何資料,請問各位大大是哪邊出問題?
謝謝!
目前資料庫方面應該是沒有問題。
但現在在"虛擬現金模組管理選項"
我設立新的貨幣後送出,系統回應已建立,但我卻都沒有看到任何資料,請問各位大大是哪邊出問題?
謝謝!