Verfasst: 07.08.2006 22:14
trotztem musst nicht knigge missachten
//@ mod
die letzten 3-5 beitrâge kônnt ihr lôschen
//@ mod
die letzten 3-5 beitrâge kônnt ihr lôschen
Code: Alles auswählen
Allgemeiner Fehler
Error querying the users table.
DEBUG MODE
SQL Error : 1146 Table 'mx2_01.COLOR_GROUPS_TABLE' doesn't exist
SELECT group_id, group_name FROM COLOR_GROUPS_TABLE
Line : 145
File : admin_color_groups.php
Code: Alles auswählen
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.4.2.
Found phpbb version 2.0.21.
[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.
[FAILED] :: ALTER TABLE `phpbb_color_groups` ADD `hidden` TINYINT( 1 ) DEFAULT '0' NOT NULL
Reason:Duplicate column name 'hidden'
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_color_groups` ADD `order_num` MEDIUMINT NOT NULL
Reason:Duplicate column name 'order_num'
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_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!
Code: Alles auswählen
Allgemeiner Fehler
Error querying the users table.
DEBUG MODE
SQL Error : 1146 Table 'mx2_01.COLOR_GROUPS_TABLE' doesn't exist
SELECT group_id, group_name FROM COLOR_GROUPS_TABLE
Line : 145
File : admin_color_groups.php