Seite 2 von 2

Verfasst: 12.08.2003 13:49
von Henne
Und das?

Code: Alles auswählen

$sql = (!$post_data['has_poll']) ? "INSERT INTO " . VOTE_DESC_TABLE . " (topic_id, vote_text, vote_start, vote_length, show_endtime, show_results) VALUES ($topic_id, '$poll_title', $current_time, " . ($poll_length * 86400) . ", $show_endtime, $show_results)" : "UPDATE " . VOTE_DESC_TABLE . " SET vote_text = '$poll_title', vote_length = " . ($poll_length * 86400). ", show_endtime = $show_endtime, show_results = $show_results, WHERE topic_id = $topic_id";

Verfasst: 12.08.2003 13:54
von Micha1980
Ok Klasse ach was wäre dieses Forum nur ohne Dich.
Jetzt kann man wenigstens wieder Themen erstellen, antworten, editieren und so.

Nun aber das nächste Problem wenn ich die Endzeit angezeigt haben will von der Umfrage kommt folgende Fehlermeldung:

Code: Alles auswählen

Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near 'WHERE topic_id = 145' at line 1

UPDATE phpbb_vote_desc SET vote_text = 'Wie findet Ihr die Hitze in Deutschland und Europa?', vote_length = 345600, show_endtime = 1, show_results = 0, WHERE topic_id = 145

Line : 311
File : /var/www/web980/html/phpBB2/includes/functions_post.php

MfG Micha

Ps. functions_post.txt aktualisiert

Verfasst: 12.08.2003 14:08
von Henne
Den halben Liter Wodka von gestern merkt man glaube ich immer noch... :roll:
Ich bin noch nicht ganz da.
Probier das mal:

Code: Alles auswählen

$sql = (!$post_data['has_poll']) ? "INSERT INTO " . VOTE_DESC_TABLE . " (topic_id, vote_text, vote_start, vote_length, show_endtime, show_results) VALUES ($topic_id, '$poll_title', $current_time, " . ($poll_length * 86400) . ", $show_endtime, $show_results)" : "UPDATE " . VOTE_DESC_TABLE . " SET vote_text = '$poll_title', vote_length = " . ($poll_length * 86400). ", show_endtime = $show_endtime, show_results = $show_results WHERE topic_id = $topic_id";

Verfasst: 12.08.2003 14:16
von Micha1980
:D :D :D jippi jippi :D :D :D

mach weiter so und ich schicke dir mal ne Pulle als Dankeschön.... :wink:


So und nun zum letzten und mal schaun vielleicht auch schwersten Problem.

Ich habe doch nun den Unread Post Information to Database Mod.

Das klappt soweit alles nur..... eine Rubrik wird ständig als Neu gekennzeichnet.

Was kann man da machen... was brauchst du an weiteren Info`s.


MFG Micha