Bedankomat 0.2.2 Problem

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Spliffer
Mitglied
Beiträge: 15
Registriert: 19.10.2006 20:33

Bedankomat 0.2.2 Problem

Beitrag 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?
MTV-King
Mitglied
Beiträge: 513
Registriert: 19.10.2006 22:15
Wohnort: Nordenham
Kontaktdaten:

Beitrag von MTV-King »

gib bitte mal die fehlermeldung an :wink:
Mein Projekt: Skiforum
SoLo1905

Beitrag von SoLo1905 »

@ Spliffer:

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


FEHLERMELDUNG KOMPLETT REINSCHREIBEN
UND KB:datei
Spliffer
Mitglied
Beiträge: 15
Registriert: 19.10.2006 20:33

Beitrag 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
Antworten

Zurück zu „phpBB 2.0: Mod Support“