Could not obtain vote data for this topic
DEBUG MODE
SQL Error : 1054 Unknown column 'vd.show_result' in 'field list'
SELECT vd.vote_id, vd.vote_text, vd.vote_start, vd.vote_length, vd.show_result, vd.show_endtime, vr.vote_option_id, vr.vote_option_text, vr.vote_result FROM phpbb_vote_desc vd, phpbb_vote_results vr WHERE vd.topic_id = 6 AND vr.vote_id = vd.vote_id ORDER BY vr.vote_option_id ASC
Line : 768
File : /home/www/web4/html/forum/viewtopic.php
Code: Alles auswählen
$sql = "SELECT vd.vote_id, vd.vote_text, vd.vote_start, vd.vote_length, vd.show_endtime, vd.show_result, vr.vote_option_id, vr.vote_option_text, vr.vote_result
FROM " . VOTE_DESC_TABLE . " vd, " . VOTE_RESULTS_TABLE . " vr
WHERE vd.topic_id = $topic_id
AND vr.vote_id = vd.vote_id
ORDER BY vr.vote_option_id ASC";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain vote data for this topic", '', __LINE__, __FILE__, $sql);
}
Kann mir jemand helfen?
