Seite 1 von 1

[3.2] Kann keine neue Themen/Kategorien/Foren erstellen

Verfasst: 25.07.2018 15:30
von Totte
Hallo,

immer wenn ich neue Kategorien, Foren erstellen möchte bekomme ich folgende Fehlermeldung:

Code: Alles auswählen

SQL ERROR [ mysqli ]

Unknown column 'forum_last_poster_avatar' in 'field list' [1054]

SQL

INSERT INTO phpbb_forums (parent_id, forum_type, forum_status, forum_parents, forum_name, forum_link, forum_desc, forum_desc_uid, forum_desc_options, forum_desc_bitfield, forum_rules, forum_rules_uid, forum_rules_options, forum_rules_bitfield, forum_rules_link, forum_image, forum_style, display_subforum_list, display_on_index, forum_topics_per_page, enable_indexing, enable_icons, enable_prune, enable_shadow_prune, prune_days, prune_viewed, prune_freq, prune_shadow_days, prune_shadow_freq, forum_last_poster_avatar, forum_options, forum_flags, left_id, right_id) VALUES (7, 1, 0, '', 'Neuer Forumname', '', '', '', 7, '', '', '', 7, '', '', '', 0, 1, 0, 0, 1, 0, 0, 0, 7, 7, 1, 7, 1, '', 0, 48, '28', 29)

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 996
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/includes/acp/acp_forums.php
LINE: 1152
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/includes/acp/acp_forums.php
LINE: 202
CALL: acp_forums->update_forum_data()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: acp_forums->main()

FILE: [ROOT]/adm/index.php
LINE: 82
CALL: p_master->load_active()

Wie kann ich diesen Fehler beheben?

Re: [3.2] Kann keine neue Themen/Kategorien/Foren erstellen

Verfasst: 26.07.2018 09:44
von Melmac
Hattest Du die in der Fehlermeldung genannte Extension installiert und nicht wieder sauber deinstalliert/entfernt?