Quiz Hack (functions_post.php streikt....)

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
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.
Antworten
Benutzeravatar
Andy120
Mitglied
Beiträge: 3430
Registriert: 02.01.2004 11:21
Wohnort: Basel (Schweiz)
Kontaktdaten:

Quiz Hack (functions_post.php streikt....)

Beitrag von Andy120 »

Hier der Fehler, ich hoffe es kann jemand helfen.... Danke schon mal im voraus...

Code: Alles auswählen

Error in posting

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 '/ ADDED , topic_quiz AND , 0 BY Quiz Hack)' at line 1

INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, topic_quiz) VALUES ('Test', 2, 1083786303, 14, 0, 0, 0, 0// ADDED , topic_quiz AND , 0 BY Quiz Hack)

Line : 264
File : /var/www/web2812/html/phpbb2.0.8/includes/functions_post.php
Both

Beitrag von Both »

Hi Andy...

versuch mal diese Zeile:

Code: Alles auswählen

INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, topic_quiz) VALUES ('Test', 2, 1083786303, 14, 0, 0, 0, 0// ADDED , topic_quiz AND , 0 BY Quiz Hack) 
Im phpMyAdmin auszuführen. :wink:
Benutzeravatar
Schumi
Ehemaliges Teammitglied
Beiträge: 4925
Registriert: 07.10.2002 12:37

Beitrag von Schumi »

Schreibe den Kommentar

Code: Alles auswählen

// ADDED , topic_quiz AND , 0 BY Quiz Hack) 
in eine eigene Zeile.
Antworten

Zurück zu „phpBB 2.0: Mod Support“