Seite 1 von 1

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

Verfasst: 05.05.2004 21:46
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

Verfasst: 06.05.2004 14:53
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:

Verfasst: 06.05.2004 16:38
von Andy120
Und wie gebe ich das dort ein zum Ausführen??? Sry, aber von phpMyAdmin kenn ich mich fast gar nicht aus... :oops:

Verfasst: 06.05.2004 16:55
von Schumi
Schreibe den Kommentar

Code: Alles auswählen

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