Bedankomat 0.2.2 Problem
Verfasst: 22.10.2006 00:31
hi, ich habe wollte den bedankomat einbauen, aber er funz irgendiwe nicht
es kommt eine fehlermeldung das das problem irgendwo da drin sein muss:
kann mir vllt jemand seine posten oder sagen was ich verändern muss?
es kommt eine fehlermeldung das das problem irgendwo da drin sein muss:
Code: Alles auswählen
$sql = "SELECT t.topic_id, t.topic_bedankomat, t.topic_title, t.topic_status, t.topic_replies, t.topic_time, t.topic_type, t.topic_vote, t.topic_last_post_id, f.forum_name, f.forum_status, f.forum_id, f.auth_view, f.auth_read, f.auth_post, f.auth_reply, f.auth_edit, f.auth_delete, f.auth_sticky, f.auth_announce, f.auth_pollcreate, f.auth_vote, f.auth_attachments" . $count_sql . "
FROM " . TOPICS_TABLE . " t, " . FORUMS_TABLE . " f" . $join_sql_table . "
WHERE $join_sql
AND f.forum_id = t.forum_id
$order_sql";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, "Could not obtain topic information", '', __LINE__, __FILE__, $sql);