... letzter Versuch... oder hat jemand ne Idee wo ich sonst noch Hilfe suchen könnte? - möglichst in Deutsch, aber englisch ginge auch noch....
Problem mit Forumtitle as Weblink
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.
-
Player-GTI
Also ich hab das gleiche Problem ich hab den MOD jetzt installiert usw. und wenn ich ein Forumtitle als Link erstellen will gibt er mir den Fehler:
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 ' title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, ' at line 1
INSERT INTO phpbb_forums (forum_id, forum_name,, title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('25', 'Private Galerie', 1, '', '', 1, 2, 'Private Galerie', 60, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)
Line : 410
File : admin_forums.php
Was mach ich falsch ??
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 ' title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, ' at line 1
INSERT INTO phpbb_forums (forum_id, forum_name,, title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('25', 'Private Galerie', 1, '', '', 1, 2, 'Private Galerie', 60, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)
Line : 410
File : admin_forums.php
Was mach ich falsch ??
-
Player-GTI
-
Player-GTI
-
Player-GTI
Also hab bei der durchschau noch was gefunden und geändert jetzt bringt er mir aber den Fehler:
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 'cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_rea' at line 1
INSERT INTO phpbb_forums (forum_id, forum_name,title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('25', 'Private Galerie', 1, '', '', 1, 2, 'Private Galerie', 60, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)
Line : 399
File : admin_forums.php
Ich weiss nicht mehr weiter
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 'cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_rea' at line 1
INSERT INTO phpbb_forums (forum_id, forum_name,title_is_link, weblink, forum_link_icon, forum_link_target cat_id, forum_desc, forum_order, forum_status, prune_enable, auth_view, auth_read, auth_post, auth_reply, auth_edit, auth_delete, auth_sticky, auth_announce, auth_vote, auth_pollcreate) VALUES ('25', 'Private Galerie', 1, '', '', 1, 2, 'Private Galerie', 60, 0, 0, 0, 0, 1, 1, 1, 1, 3, 3, 1, 1)
Line : 399
File : admin_forums.php
Ich weiss nicht mehr weiter
- oxpus
- Ehemaliges Teammitglied
- Beiträge: 5396
- Registriert: 03.02.2003 12:33
- Wohnort: Bad Wildungen
- Kontaktdaten:
Schau mal genau hin:
Hier fehlt ein Komma...
Code: Alles auswählen
forum_link_target cat_idGrüße
OXPUS
Kein Support bei unaufgeforderten PNs, E-Mails oder auf anderem Weg!!
OXPUS
Kein Support bei unaufgeforderten PNs, E-Mails oder auf anderem Weg!!
-
Player-GTI