Seite 1 von 2

Debug Text nach Installation des Intro+Portal Mod

Verfasst: 24.10.2003 15:16
von Dolphin
Kann mir jemand erklären was dieser Debugtext bedeutet?
Could not query announcements information

DEBUG MODE

SQL Error : 1064 Fehler in der Syntax bei ') AND t.topic_time <= 1067000926 AND t.topic_poster ' in Zeile 23.

SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1067000926 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC

Line : 86
File : d:\foxserv\www\phpbb\portal_poll.php
Vielleicht auch eine Lösung dazu!? ;-)

Verfasst: 24.10.2003 15:18
von Leuchte
speicher die angegebene datei als textdatei neu ab und poste den link dazu

Verfasst: 24.10.2003 15:23
von Dolphin
Hier ist ein Verweiß auf .TXT-Datei
http://mitglied.tripod.de/tanzhouse/debug.txt

Ich hoffe das ist das was Du meinst.

Verfasst: 24.10.2003 15:25
von Schumi
Er meinte die d:\foxserv\www\phpbb\portal_poll.php :wink:

Verfasst: 24.10.2003 15:36
von Dolphin

Dringend !!!

Verfasst: 24.10.2003 17:37
von Dolphin
Weiß jemand Hilfe????

Verfasst: 24.10.2003 18:22
von AWSW
Du hast die Änderungen an der DB offenbar nicht ausgeführt oder in Deinem Forum existieren noch keine Umfragen... :roll:

Verfasst: 24.10.2003 18:33
von Dolphin
AWSW hat geschrieben:Du hast die Änderungen an der DB offenbar nicht ausgeführt oder in Deinem Forum existieren noch keine Umfragen... :roll:
Welche Änderung meinst? Und eine Umfrage, nein, das Forum ist ganz frisch.
Habe jetzt mal eine durchgeführt, aber die Meldung bleibt die Selbe. (s.o.)

Verfasst: 24.10.2003 19:41
von AWSW
Um den Intro+Portal Mod fertig zu installieren, musst Du die Datenbankänderungen durchführen:
#
#-----[ SQL ]------------------------------------------
#
# german: SQL Datenbankänderungen ausführen
#

RUN THE FILE intro_portal_mod_db_install.php AND DELETE IT AFTER THAT !!!

FÜHRE DIE DATEI intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH !!!
Außerdem muss man in der Portal-Konfiguration die entsprechenden Foren_IDs angeben, für die Foren, aus denen die Polls angezeigt werden sollen :roll:

Verfasst: 24.10.2003 20:53
von Gast
Frage: Wie führt man dieses Script aus? Über den Browser? Wenn ich das versuche bekomme ich neue Fehlermeldungen.