Verfasst: 30.09.2005 16:03

hhmm beide deine punkte geuscht und ersetzt .. aber immer noch die gleiche meldung .. woran kann das liegen ?
hab ich beim installieren was falsch gemacht ?
liegt es an den schon vorhandenen mods ?
..ratlos..

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
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 'einem neuen Thema musst du einen Titel angeben.
Du musst z
INSERT INTO bbportal_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (36, 3, 4, '', 1128108052, '55b48f60', 1, 0Bei einem neuen Thema musst du einen Titel angeben.
Du musst zu deinem Beitrag einen Text eingeben.
Du musst mindestens zwei Antworten für die Umfrage angeben., 1, 0)
Line : 299
File : /homepages/1/d24830712/htdocs/spinflower/includes/functions_post.php
Code: Alles auswählen
{S_CALENDAR_DAY} {S_CALENDAR_MONTH} {S_CALENDAR_YEAR}
die änderung meinst du doch .. oder ?.. ist/und war eigentlich gemacht .. hhmm ..sorrysuche in der functions_post.php
Code:
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, topic_calendar_time, topic_calendar_duration) VALUES ('$post_subject', " . $userdata['user_id'] . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_calendar_time, $topic_calendar_duration, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type, topic_calendar_time = $topic_calendar_time, topic_calendar_duration = $topic_calendar_duration " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
ersetze mit:
Code:
$sql = ($mode != "editpost") ? "INSERT INTO " . TOPICS_TABLE . " (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_calendar_time, topic_calendar_duration, topic_vote) VALUES ('$post_subject', " . $userdata['user_id'] . ", $current_time, $forum_id, " . TOPIC_UNLOCKED . ", $topic_type, $topic_calendar_time, $topic_calendar_duration, $topic_vote)" : "UPDATE " . TOPICS_TABLE . " SET topic_title = '$post_subject', topic_type = $topic_type, topic_calendar_time = $topic_calendar_time, topic_calendar_duration = $topic_calendar_duration " . (($post_data['edit_vote'] || !empty($poll_title)) ? ", topic_vote = " . $topic_vote : "") . " WHERE topic_id = $topic_id";
Markus
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 'einem neuen Thema musst du einen Titel angeben.
Du musst z
INSERT INTO bbportal_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (37, 2, 4, '', 1128114690, '55b48f60', 1, 0Bei einem neuen Thema musst du einen Titel angeben.
Du musst zu deinem Beitrag einen Text eingeben.
Du musst mindestens zwei Antworten für die Umfrage angeben., 1, 0)
Line : 299
File : ../includes/functions_post.php
Irgendwas passt hier nicht ....INSERT INTO bbportal_posts (topic_id, forum_id, poster_id, post_username, post_time, poster_ip, enable_bbcode, enable_html, enable_smilies, enable_sig) VALUES (37, 2, 4, '', 1128114690, '55b48f60', 1, 0Bei einem neuen Thema musst du einen Titel angeben.