nu kommt ne andere FM (aber nur in der normalen Forumverwaltung. Hab herausgefunden das ich mit der Verwaltung des CH Problemlos Subforen erstellen kann:
Code: Alles auswählen
Couldn't insert row in forums table
DEBUG MODE
SQL Error : 1136 Column count doesn't match value count at row 1
INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, icon, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate, main_type, forum_link, forum_link_internal, forum_link_hit_count, icon) VALUES ('13', 'Kind1', 3, '', 90, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1, 'f', '', 0, 0, '')
Line : 728
File : admin_forums.phpCode: Alles auswählen
$sql = "INSERT INTO " . FORUMS_TABLE . " (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, prune_enable, icon" . $field_sql . ")
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', $cat_id, '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " . intval($HTTP_POST_VARS['prune_enable']) . $field_value_sql . $value_sql . ")";