Template->make_filename(): Error - file does not exist
zum einen das... das bekomme ich, wenn ich im Admin-Bereich die Farbgruppen einstellen will und wenn ich versuche erneut die Tabellen hochzuladen bekomme ich folgende meldung:
FAILED] :: CREATE TABLE `new_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 'new_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 `new_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 `new_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 `new_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 `new_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.
EDIT: oh gott war ich doof, bitte löscht den Thread