Seite 1 von 1

Brauche DRINGEND Hilfe-Fehler bei Installation eines Mods:(

Verfasst: 05.09.2003 17:44
von ActiveNight
Hallo!
Ich brauche dringend Hilfe bei meinem Forum/Portal: http://forum.waf-chat.de

Habe versucht, dieses Intro/Portal von www.awsw.de zu installieren. Doch jetzt kommt immer folgender Fehler:
"Could not query announcements information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1062776204 AND t.topic_poster =

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 <= 1062776204 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 : /usr/local/httpd/htdocs/2005/1999/waf_forum/portal_poll.php"

Hab null-Ahnung von SQL und so...kann mir das aber nicht erklären, da ich alles so gemacht hab, wie es in der Anleitung stand. Wäre sehr froh, wenn mir jemand helfen würde, da ich jemandem versprochen habe, dass das Portal innerhalb der nächsten 2 Wochen fertig ist.
Meine ICQ ist: 113619296

Verfasst: 05.09.2003 17:54
von Henne
Kannst die Datei mal als .txt speichern und nen Link dahin posten.

Verfasst: 05.09.2003 18:09
von AWSW
Hallo,
zunächst bitte keine PNs mehr mit den gleichen Anfragen - Danke ;)

Also Du hast den MOD noch nicht vollständig nach der Anleitung eingebaut, da man beim Aufruf Deines Forums noch andere Fehlermeldungen zu sehen bekommt, die darauf schließen lassen, dass Du schon mal die includes/constants.php nicht bearbeitet hast...

Dann hast Du auch fast keine Beiträge in Deinem Forum, also kann der Code auch nicht die Poster ermitteln und wirft die oben gezeigte Fehlermeldung aus. Also einfach mal in den Foren einen Beitrag erstellen und dann sollte es gehen...

Du musst den MOD noch zu Ende anhand der install.txt einbauen, damit er funktionieren kann... ;)

Verfasst: 05.09.2003 18:57
von ActiveNight
Hab mir jetzt hier was weiß ich was für einen Scheiß ausgedacht und in jedes Forum was reingeschrieben, aber der Fehler ist nach wie vor da :(

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1062780919 AND t.topic_poster =

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 <= 1062780919 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 : /usr/local/httpd/htdocs/2005/1999/waf_forum/portal_poll.php


im Adminbereich krieg ich folgenden Fehler, wenn ich auf die Konfiguration des Portals klicke:
phpBB : Kritischer Fehler

Could not query introportalmod information in admin_board

DEBUG MODE

SQL Error : 1146 Table 'db1_2005_1999.INTROPORTALMOD_TABLE' doesn't exist

SELECT * FROM INTROPORTALMOD_TABLE

Line : 73
File : /usr/local/httpd/htdocs/2005/1999/waf_forum/admin/admin_introportalmod.php


wenn ich auf "Navigation" klicke kommt folgende Meldung:

phpBB : Kritischer Fehler

Could not query introportalmod information in admin_board

DEBUG MODE

SQL Error : 1146 Table 'db1_2005_1999.INTROPORTALMOD_TABLE' doesn't exist

SELECT * FROM INTROPORTALMOD_TABLE

Line : 118
File : /usr/local/httpd/htdocs/2005/1999/waf_forum/admin/admin_introportalmodnav.php

Verfasst: 05.09.2003 19:21
von AWSW
AWSW hat geschrieben:Du musst den MOD noch zu Ende anhand der install.txt einbauen, damit er funktionieren kann... ;)

Verfasst: 06.09.2003 16:33
von ActiveNight
hab ich doch.bin alle Schritte durchgegange...oder fällt dir jetzt konkret ein Schritt auf, den ich vergessen haben könnte?

Verfasst: 06.09.2003 16:44
von AWSW
ActiveNight hat geschrieben:hab ich doch.bin alle Schritte durchgegange...oder fällt dir jetzt konkret ein Schritt auf, den ich vergessen haben könnte?
Schon... Die Datenbankänderungen scheinen nicht drin zu sein und daher werden die Links im Header nicht angezeigt und das Portal kann nicht funktionieren... ;)

Verfasst: 06.09.2003 17:21
von ActiveNight
Okay...danke euch allen! Hab's endlich auf die Reihe gekriegt...jetzt muss ich nurnoch rausfinden wie ich dieses "Level-dings" was du da auf deiner Seite hast da auch reinkriege.. :)

Verfasst: 07.09.2003 11:13
von AWSW