[問題] 彩色群組的問題(以解決)

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

版主: 版主管理群

主題已鎖定
jerry6983
星球普通子民
星球普通子民
文章: 26
註冊時間: 2005-01-04 01:35

[問題] 彩色群組的問題(以解決)

文章 jerry6983 »

安裝完出現下列錯誤:

代碼: 選擇全部

從會員資料中發生資料查詢錯誤

DEBUG MODE

SQL Error : 1146 Table 'jerry691017.color_groups_table' doesn't exist

SELECT group_id, group_name FROM COLOR_GROUPS_TABLE

Line : 145
File : admin_color_groups.php
請問各位大大是那裡出錯??
最後由 jerry6983 於 2005-05-01 01:27 編輯,總共編輯了 1 次。
●架設主機作業系統:Window2kPro
●快速架站程式:Appserv2.4.4a
●免費空間連結:http://dohgame.no-ip.info/phpBB2/
●您的上網方式:T1專線
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.10.16
tseesther
星球公民
星球公民
文章: 70
註冊時間: 2003-11-25 13:46

文章 tseesther »

有mysql那邊的語法未執行?

可以的話請附上安裝檔
jerry6983
星球普通子民
星球普通子民
文章: 26
註冊時間: 2005-01-04 01:35

文章 jerry6983 »

tseesther 寫:有mysql那邊的語法未執行?

可以的話請附上安裝檔
我確定有執行"nivisec_install.php"這個檔案
但是到後台要執行彩色群組時卻出現下列問題:
從會員資料中發生資料查詢錯誤

代碼: 選擇全部

DEBUG MODE 

SQL Error : 1146 Table 'jerry691017.color_groups_table' doesn't exist 

SELECT group_id, group_name FROM COLOR_GROUPS_TABLE 

Line : 145 
File : admin_color_groups.php
我附上原來安裝的檔案請大大幫我看看! 謝謝!!
http://jerry6983.myweb.hinet.net/color_groups.zip
●架設主機作業系統:Window2kPro
●快速架站程式:Appserv2.4.4a
●免費空間連結:http://dohgame.no-ip.info/phpBB2/
●您的上網方式:T1專線
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.10.16
Man520
星球公民
星球公民
文章: 197
註冊時間: 2005-02-08 10:02
來自: HK

Re: [問題] 彩色群組的問題

文章 Man520 »

jerry6983 寫:安裝完出現下列錯誤:

代碼: 選擇全部

從會員資料中發生資料查詢錯誤

DEBUG MODE

SQL Error : 1146 Table 'jerry691017.color_groups_table' doesn't exist

SELECT group_id, group_name FROM[color=red], [/color]COLOR_GROUPS_TABLE

Line : 145
File : admin_color_groups.php
請問各位大大是那裡出錯??
jerry6983
星球普通子民
星球普通子民
文章: 26
註冊時間: 2005-01-04 01:35

文章 jerry6983 »

The working status of your phpBB version with this mod is unknown. It may or may not work correctly. If it is higher than 2.0.5 it will probably work, but no guarantees.


Found phpbb root path at ./.
Using sql queue list file nivisec_schema/install.sql.
Found php version 4.3.8.
Found phpbb version 2.0.14.


[FAILED] :: CREATE TABLE `phpbb_color_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `group_color` varchar(50) NOT NULL default '', PRIMARY KEY (`group_id`), UNIQUE KEY `group_name` (`group_name`) ) TYPE=MyISAM
Reason:Table 'phpbb_color_groups' already exists
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[FAILED] :: ALTER TABLE `phpbb_users` ADD `user_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'user_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `hidden` TINYINT( 1 ) DEFAULT '0' NOT NULL

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `order_num` MEDIUMINT NOT NULL

[FAILED] :: ALTER TABLE `phpbb_groups` ADD `group_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'group_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.


Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!
●架設主機作業系統:Window2kPro
●快速架站程式:Appserv2.4.4a
●免費空間連結:http://dohgame.no-ip.info/phpBB2/
●您的上網方式:T1專線
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.10.16
tseesther
星球公民
星球公民
文章: 70
註冊時間: 2003-11-25 13:46

文章 tseesther »

mysql那邊應該是裝好的

請檢查 jerry691017這個group是否存在或有問題?
tseesther
星球公民
星球公民
文章: 70
註冊時間: 2003-11-25 13:46

文章 tseesther »

jerry6983 寫:The working status of your phpBB version with this mod is unknown. It may or may not work correctly. If it is higher than 2.0.5 it will probably work, but no guarantees.


Found phpbb root path at ./.
Using sql queue list file nivisec_schema/install.sql.
Found php version 4.3.8.
Found phpbb version 2.0.14.


[FAILED] :: CREATE TABLE `phpbb_color_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `group_color` varchar(50) NOT NULL default '', PRIMARY KEY (`group_id`), UNIQUE KEY `group_name` (`group_name`) ) TYPE=MyISAM
Reason:Table 'phpbb_color_groups' already exists
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[FAILED] :: ALTER TABLE `phpbb_users` ADD `user_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'user_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `hidden` TINYINT( 1 ) DEFAULT '0' NOT NULL

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `order_num` MEDIUMINT NOT NULL

[FAILED] :: ALTER TABLE `phpbb_groups` ADD `group_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'group_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.


Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!
忘了問.....
以上這段出現是你第一次裝已有?還是你重覆執行nivisec_install才出現?
jerry6983
星球普通子民
星球普通子民
文章: 26
註冊時間: 2005-01-04 01:35

文章 jerry6983 »

tseesther 寫:
jerry6983 寫:The working status of your phpBB version with this mod is unknown. It may or may not work correctly. If it is higher than 2.0.5 it will probably work, but no guarantees.


Found phpbb root path at ./.
Using sql queue list file nivisec_schema/install.sql.
Found php version 4.3.8.
Found phpbb version 2.0.14.


[FAILED] :: CREATE TABLE `phpbb_color_groups` ( `group_id` mediumint(8) unsigned NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `group_color` varchar(50) NOT NULL default '', PRIMARY KEY (`group_id`), UNIQUE KEY `group_name` (`group_name`) ) TYPE=MyISAM
Reason:Table 'phpbb_color_groups' already exists
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[FAILED] :: ALTER TABLE `phpbb_users` ADD `user_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'user_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `hidden` TINYINT( 1 ) DEFAULT '0' NOT NULL

[OK] :: ALTER TABLE `phpbb_color_groups` ADD `order_num` MEDIUMINT NOT NULL

[FAILED] :: ALTER TABLE `phpbb_groups` ADD `group_color_group` MEDIUMINT UNSIGNED NOT NULL
Reason:Duplicate column name 'group_color_group'
Analysis:This is considered a duplicate entry and can be ignored as a failure because the needed information is already inserted.


Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!
忘了問.....
以上這段出現是你第一次裝已有?還是你重覆執行nivisec_install才出現?
第一次裝就有了,我想自己手動安裝sql也沒無法成功
●架設主機作業系統:Window2kPro
●快速架站程式:Appserv2.4.4a
●免費空間連結:http://dohgame.no-ip.info/phpBB2/
●您的上網方式:T1專線
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.10.16
tseesther
星球公民
星球公民
文章: 70
註冊時間: 2003-11-25 13:46

文章 tseesther »

如果第一次裝已有就奇怪了......

它說其中有幾項之前已有所以建立失敗.... 但你說這是第一次裝呢.....

或許你之前曾經裝過類似的外掛??或嘗試裝過沒有成功但又沒有移除已修改的東西.........

sql那邊它說有幾項是失敗,你看看是否可以把它們移除(想想有沒有其他外掛是需要它們)然後再裝過:

- phpbb_color_groups
- phpbb_users 裡的 user_color_group
- phpbb_groups 裡的 group_color_group
jerry6983
星球普通子民
星球普通子民
文章: 26
註冊時間: 2005-01-04 01:35

文章 jerry6983 »

tseesther 寫:如果第一次裝已有就奇怪了......

它說其中有幾項之前已有所以建立失敗.... 但你說這是第一次裝呢.....

或許你之前曾經裝過類似的外掛??或嘗試裝過沒有成功但又沒有移除已修改的東西.........

sql那邊它說有幾項是失敗,你看看是否可以把它們移除(想想有沒有其他外掛是需要它們)然後再裝過:

- phpbb_color_groups
- phpbb_users 裡的 user_color_group
- phpbb_groups 裡的 group_color_group

自行解決了!!謝謝大大的回覆!
●架設主機作業系統:Window2kPro
●快速架站程式:Appserv2.4.4a
●免費空間連結:http://dohgame.no-ip.info/phpBB2/
●您的上網方式:T1專線
●您安裝的程式:
●您的 phpBB2 版本:phpBB 2.10.16
主題已鎖定

回到「外掛問題討論」