Seite 1 von 1

Bedankomat 0.2.2 Problem

Verfasst: 22.10.2006 00:31
von Spliffer
hi, ich habe wollte den bedankomat einbauen, aber er funz irgendiwe nicht
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);
kann mir vllt jemand seine posten oder sagen was ich verändern muss?

Verfasst: 22.10.2006 12:57
von MTV-King
gib bitte mal die fehlermeldung an :wink:

Verfasst: 22.10.2006 13:14
von SoLo1905
@ Spliffer:

Ja ohne ne genauere Meldung und die komplette Datei kann man net helfen


FEHLERMELDUNG KOMPLETT REINSCHREIBEN
UND KB:datei

Verfasst: 23.10.2006 15:19
von Spliffer
da kommt diese fehlermeldung:

Code: Alles auswählen

SQL Error : 1054 Unknown column 't.topic_bedankomat' in 'field list'

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 FROM phpbb_topics t, phpbb_forums f WHERE t.topic_id = 26 AND f.forum_id = t.forum_id

Line : 234
File : viewtopic.php