Fehler beim Erstellen eines Subforums
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Fehler beim Erstellen eines Subforums
Hallo,
ich habe ein Problem. Ich wollte ein neues Subforum namens Challenge in meinem Forum erstellen, doch leider kommt da folgende Fehlermeldung:
Couldn't insert row in forums table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '50, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1)' at line 2
INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, forum_count_posts, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('19', 'Challenge', 2, '', 1 50, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1)
Line : 410
File : admin_forums.php
Kann damit aber leider nichts anfangen. Weiß jemand, was man da tun kann?
Danke im Vorraus.
ich habe ein Problem. Ich wollte ein neues Subforum namens Challenge in meinem Forum erstellen, doch leider kommt da folgende Fehlermeldung:
Couldn't insert row in forums table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '50, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1)' at line 2
INSERT INTO phpbb_forums (forum_id, forum_name, cat_id, forum_desc, forum_order, forum_status, forum_count_posts, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('19', 'Challenge', 2, '', 1 50, 0, 0, 0, 0, 0, 0, 1, 1, 3, 3, 1, 1)
Line : 410
File : admin_forums.php
Kann damit aber leider nichts anfangen. Weiß jemand, was man da tun kann?
Danke im Vorraus.
suche in deiner admin_forums.php:
und füge dahinter ein:
Da sich das von balint bestätigt hat.
Code: Alles auswählen
, " . intval($HTTP_POST_VARS['forumstatus']) . "
Code: Alles auswählen
,