第 1 頁 (共 1 頁)
[問題]MOD CASH222
發表於 : 2004-12-17 14:33
由 nikeiori
我只是想裝金錢外掛而已~裝了三天裝不起來~誰能幫幫我
MOD222
PHPBB2011
Error retrieving cash data
DEBUG MODE
SQL Error : 1146 Table 'csnikeiori_uk_db.phpbb_cash' doesn't exist
SELECT * FROM phpbb_cash ORDER BY cash_order ASC
Line : 657
File : /data/members/free/tripod/uk/c/s/n/csnikeiori/htdocs/phpBB2/includes/functions_cash.php
發表於 : 2004-12-17 14:38
由 一刀流
你在輸入sql時沒有在資料庫建立phpbb_cash這個表格.
打開phpmyadmin,
再將install時,關於phpbb_cash這個表格的語法加下去.
就是這一段:
CREATE TABLE CASH........
發表於 : 2004-12-17 14:46
由 nikeiori
謝謝你的回覆~我想我的問題還是在這= =
我不會用phpmyadmin
我也沒裝...有人叫我把phpmyadmin資料夾放上網路~再按照說明文件安裝
但是= =都英文我看不懂= =我根本不知道如何使用phpmyadmin
你可以幫幫我媽~其他地方教學的根本寫不清楚~只著重在APPSERVㄉ地方= =
發表於 : 2004-12-17 15:01
由 nikeiori
如何安裝SQL及使用ㄋ= =我就差這一步了= =
#-----[ SQL ]------------------------------------------
#
# If you have a different table prefix then change this command accordingly.
# I have used the default table prefix!
#
CREATE TABLE phpbb_cash (
cash_id smallint(6) NOT NULL auto_increment,
cash_order smallint(6) NOT NULL default '0',
cash_settings smallint(4) NOT NULL default '3313',
cash_dbfield varchar(64) NOT NULL default '',
cash_name varchar(64) NOT NULL default 'GP',
cash_default int(11) NOT NULL default '0',
cash_decimals tinyint(2) NOT NULL default '0',
cash_imageurl varchar(255) NOT NULL default '',
cash_exchange int(11) NOT NULL default '1',
cash_perpost int(11) NOT NULL default '25',
cash_postbonus int(11) NOT NULL default '2',
cash_perreply int(11) NOT NULL default '25',
cash_maxearn int(11) NOT NULL default '75',
cash_perpm int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '20',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
cash_forumlist varchar(255) NOT NULL default '',
PRIMARY KEY (cash_id)
);
#
#-----[ SQL ]------------------------------------------
#
# If you have a different table prefix then change this command accordingly.
# I have used the default table prefix!
#
CREATE TABLE phpbb_cash_events (
event_name varchar(32) NOT NULL default '',
event_data varchar(255) NOT NULL default '',
PRIMARY KEY (event_name)
);
#
#-----[ SQL ]------------------------------------------
#
# If you have a different table prefix then change this command accordingly.
# I have used the default table prefix!
#
CREATE TABLE phpbb_cash_exchange (
ex_cash_id1 int(11) NOT NULL default '0',
ex_cash_id2 int(11) NOT NULL default '0',
ex_cash_enabled int(1) NOT NULL default '0',
PRIMARY KEY (ex_cash_id1,ex_cash_id2)
);
#
#-----[ SQL ]------------------------------------------
#
# If you have a different table prefix then change this command accordingly.
# I have used the default table prefix!
#
CREATE TABLE phpbb_cash_groups (
group_id mediumint(6) NOT NULL default '0',
group_type tinyint(2) NOT NULL default '0',
cash_id smallint(6) NOT NULL default '0',
cash_perpost int(11) NOT NULL default '0',
cash_postbonus int(11) NOT NULL default '0',
cash_perreply int(11) NOT NULL default '0',
cash_perchar int(11) NOT NULL default '0',
cash_maxearn int(11) NOT NULL default '0',
cash_perpm int(11) NOT NULL default '0',
cash_allowance tinyint(1) NOT NULL default '0',
cash_allowanceamount int(11) NOT NULL default '0',
cash_allowancetime tinyint(2) NOT NULL default '2',
cash_allowancenext int(11) NOT NULL default '0',
PRIMARY KEY (group_id,group_type,cash_id)
);
#
#-----[ SQL ]------------------------------------------
#
# If you have a different table prefix then change this command accordingly.
# I have used the default table prefix!
#
CREATE TABLE phpbb_cash_log (
log_id int(11) NOT NULL auto_increment,
log_time int(11) NOT NULL default '0',
log_type smallint(6) NOT NULL default '0',
log_action varchar(255) NOT NULL default '',
log_text varchar(255) NOT NULL default '',
PRIMARY KEY (log_id)
);
都需要ㄇ?
發表於 : 2004-12-17 15:09
由 一刀流
這些資料庫的改動是必須的.
但你沒安裝phpmyadmin嗎?
發表於 : 2004-12-17 15:15
由 nikeiori
不知如何安裝
我已上傳到網路上執行.../phpMyAdmin/index.php
卻出現\r
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data/members/free/tripod/uk/c/s/n/csnikeiori/htdocs/phpMyAdmin/libraries/dbi/mysql.dbi.lib.php on line 118
根本不知如何是好= =
發表於 : 2004-12-17 15:16
由 nikeiori
PS 我下載的事phpMyAdmin-2.6.0-pl3請指教
發表於 : 2004-12-17 15:45
由 nikeiori
我直接進入..../phpmyadmin/
網頁顯示會如此\r
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data/members/free/tripod/uk/c/s/n/csnikeiori/htdocs/phpMyAdmin/libraries/dbi/mysql.dbi.lib.php on line 118
發表於 : 2004-12-17 15:57
由 一刀流
嗯,請問你是用自己電腦裝還是用免費空間?
你先把發問格式補上吧,其他網友會更清楚你發生甚麼問題. ^^
發表於 : 2004-12-17 16:03
由 nikeiori
我是用免費空間的~我現在只是要問~PHPMADMIN如何安裝~就只是這樣而已\r
其他地方沒教學~敎的只是在APPSEV上的MYADMIN
-----------------------------------------------------
我只是想價PHPBB2在免費空間上+金錢外掛+大頭像.
弄了三天弄不好...
發文許多~一些人只告訴連結去哪裡~連結到的地方根本無法解決我的問題
----------------------------------------------------
●我的上網方式:broadband
●我安裝的程式:MySQL 4.X PHP 4.X
●我的 phpBB2 版本:phpBB 2.0.11
●我的 phpBB2 連結網址:
http://members.lycos.co.uk/csnikeiori/phpbb2/