Ich hab mir den Quiz Mod mal Installiert und bekomme wenn ich im ACP -> Quizfrage manuell stellen folgende Fehlermeldung
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 ')' at line 1
INSERT INTO phpbb_topics (topic_title, topic_desc, topic_poster, topic_time, forum_id, news_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_icon, topic_announce_duration, topic_vote, topic_quiz, k_id) VALUES ('Quiz Frage #1 ...', '', 2, 1091044446, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, )
Line : 478
File : C:\xampp\htdocs\phpBB\includes\functions_post.php
Code: Alles auswählen
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_desc, topic_poster, topic_time, forum_id, news_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_icon, topic_announce_duration, topic_vote, topic_quiz, k_id) VALUES ('$post_subject', '$topic_desc', " . $userdata['user_id'] . ", $current_time, $forum_id, $news_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_calendar_time, $topic_calendar_duration, $post_icon, $topic_announce_duration, $topic_vote, " . ( empty($post_data['topic_quiz']) ? '0' : '1' ) . ", $k_id)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_desc = '$topic_desc', news_id = $news_id, topic_type = $topic_type, topic_calendar_time = $topic_calendar_time, topic_calendar_duration = $topic_calendar_duration, topic_icon=$post_icon, topic_announce_duration = $topic_announce_duration " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . ", k_id = $k_id WHERE topic_id = $topic_id";
wenn ich Quiz Hack Automatik deaktivieren auf Nein stelle und z.B. als Zeit 28 Juli 2004 22:00 Uhr stelle und auf absenden klicke ist die Zeit wenn ich in die Konfiguration wieder zurück kehre nicht auf 22:00 gestellt sondern auf 23:00 also eine Stunde weiter als ich eingestellt habe.
Es stellt die Uhr übrigens auch wenn ich nichts an der Zeit einstelle jedes mal wenn ich auf absenden klicke um eine Stunde weiter.
Infos zum Board
-------------------
Board: phpbb Plus 1.52 (phpbb 2.0.10)
Server: localhost
Info: includes/quiz.php wurde von mir angepasst an die Mods da sonst noch weitere Fehlermeldungen kamen.
weitere Infos: Ich hab den Mod vorher schonmal auf einem phpBB 2.0.8 Board erfolgreich installiert wo ich auch schon einige Mods drinne hatte.
Ich bin für jede Hilfe Dankbar