Ich brauche die functions_post.php und nicht die posting.phpMarkus67 hat geschrieben:Hi ...
das sieht so aus wie wenn da noch was falsch ist in der functions_post.php ... bitte die Datei als txt-Datei verlinken![]()
Markus

Markus
Ich brauche die functions_post.php und nicht die posting.phpMarkus67 hat geschrieben:Hi ...
das sieht so aus wie wenn da noch was falsch ist in der functions_post.php ... bitte die Datei als txt-Datei verlinken![]()
Markus
Code: Alles auswählen
vote_length, = " . ($poll_length * 86400) . ",
Code: Alles auswählen
vote_length = " . ($poll_length * 86400) . ",
Code: Alles auswählen
Error in posting
DEBUG MODE
SQL Error : 1196 Warning: Some non-transactional changed tables couldn't be rolled back
INSERT INTO phpbb_vote_desc (topic_id, vote_text, vote_start, vote_length, vote_max, vote_hide, vote_tothide) VALUES (39, 'Was ist ein Don Assassino?', 1132060440, 0, '3', '', '')
Line : 340
File : functions_post.php
Code: Alles auswählen
# WHERE topic_id = $topic_id";
Code: Alles auswählen
WHERE topic_id = $topic_id";
Code: Alles auswählen
Error in posting
DEBUG MODE
SQL Error : 1196 Warning: Some non-transactional changed tables couldn't be rolled back
INSERT INTO phpbb_vote_desc (topic_id, vote_text, vote_start, vote_length, vote_max, vote_hide, vote_tothide) VALUES (40, 'Was ist ein Don Assassino?', 1132078117, 0, '3', '', '')
Line : 340
File : functions_post.php
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 ' 1132039312, 9, 0, 0, 0)' at line 1
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Testumfrage', , 1132039312, 9, 0, 0, 0)
Line : 276
File : functions_post.php
Code: Alles auswählen
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$post_subject', " . $anon_id . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
Code: Alles auswählen
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('$post_subject', " . $userdata['user_id'] . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
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 ' 1132128508, 8, 0, 0, 0)' at line 1
INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Nur ein test post', , 1132128508, 8, 0, 0, 0)
Line : 276
File : functions_post.php