ich habe gerade von Oxpus das aktuelle Colorize Forumtitles Mod installiert. (3.0.11 Board)
Ist auch alles soweit gut gelaufen.... nur... scheint nun eine Tabelle in der Datenbank zu fehlen. Sobald ich eine Farbe für ein Forum eingebe kommt der unten gezeigte Fehler.
Kann jemand helfen ?
Code: Alles auswählen
SQL ERROR [ mysqli ]
Unknown column 'forum_title_color' in 'field list' [1054]
SQL
UPDATE phpbb_forums SET parent_id = 117, forum_type = 1, forum_status = 0, forum_parents = '', forum_name = 'Regeln im Forum', forum_link = '', forum_desc = 'Lest euch die Regeln bitte genau durch!', forum_desc_uid = '', forum_desc_options = 7, forum_desc_bitfield = '', forum_rules = '', forum_rules_uid = '', forum_rules_options = 7, forum_rules_bitfield = '', forum_rules_link = '', forum_image = '', forum_style = 0, display_subforum_list = 1, display_on_index = 1, forum_topics_per_page = 0, enable_indexing = 1, enable_icons = 1, enable_prune = 0, prune_days = 0, prune_viewed = 0, prune_freq = 0, forum_title_color = '#ffff00', forum_flags = 112 WHERE forum_id = 2
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()
FILE: [ROOT]/includes/db/mysqli.php
LINE: 182
CALL: dbal->sql_error()
FILE: [ROOT]/includes/acp/acp_forums.php
LINE: 1252
CALL: dbal_mysqli->sql_query()
FILE: [ROOT]/includes/acp/acp_forums.php
LINE: 205
CALL: acp_forums->update_forum_data()
FILE: [ROOT]/includes/functions_module.php
LINE: 507
CALL: acp_forums->main()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()