Seite 1 von 2

[intro_and_portal_mod] SQL Error : 1064 Intro + Portal

Verfasst: 06.01.2007 22:12
von thecoco
Betrifft MOD: [mod=intro_and_portal_mod]Intro + Portal[/mod]

Hullo ich hab da mit dem Mod ein Problem

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 <= 1168117772 AND t.topic_poster = u.user_id AND ' at line 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 <= 1168117772 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 : portal_poll.php

wat soll ich machen bin scho seit stunde dabei ( naja okay bin nOOb *g* )
ich hab mit der suchmaschine gesucht... aber scheinbar war ich wohl zu doof irgentwas gescheites zu finden

Gruss Coco

Verfasst: 06.01.2007 22:21
von andreasOymann

Code: Alles auswählen

WHERE t.forum_id IN ()
...

Du hast nicht definiert, aus welchem Forum die Ankündigungen angezeigt werden sollen...

A.

Verfasst: 06.01.2007 22:28
von thecoco
Hullo andreasOymann,

vielen dank für deine schnelle Antwort.
Ist es möglich dies aus allen foren zu machen.. ich weiss it warscheinlich eine arg doofe Frage.. aber ich kenne mich damit überhaupt nicht mit aus :(

Und wenn es möglich ist was muss ich austauschen mit was?

vielen Dank im vorraus

Verfasst: 06.01.2007 22:43
von andreasOymann
Schau mal im Admin-Bereich. Ich meine, dort kannst alle Foren eintragen ;)

A.

Verfasst: 06.01.2007 22:51
von thecoco
leider nicht :(
fehler bleibt egal was ich da umgestellt hab im acp
wenn man auf index anstatt auf portal geht werden zwar die einzelen foren angezeigt aber wenn ich foren auswähle kommt nun dieser fehler zum vor schein:

Failed obtaining forum access control lists

DEBUG MODE

SQL Error : 1054 Unknown column 'a.auth_download' in 'field list'

SELECT a.forum_id, a.auth_view, a.auth_read, a.auth_post, a.auth_reply, a.auth_edit, a.auth_delete, a.auth_sticky, a.auth_announce, a.auth_vote, a.auth_pollcreate, a.auth_attachments, a.auth_download, a.auth_mod FROM phpbb_auth_access a, phpbb_user_group ug WHERE ug.user_id = 2 AND ug.user_pending = 0 AND a.group_id = ug.group_id AND a.forum_id = 6

Line : 158
File : auth.php


*am verzweifeln bin :(

Verfasst: 06.01.2007 22:56
von andreasOymann
Du hast das Datenbankupdate vom Attachment-Mod nicht ausgeführt...

lief das Board eigentlich vor dem Einbau des Intro_Portal_mods?

A.

Verfasst: 06.01.2007 23:17
von thecoco
ja einwandfrei :/

PS Foren gehen wieder ^^, hatte was vergessen beim easymod umzustellen *g

aber portal geht leida immer noch net

Gruss Coco

Verfasst: 12.01.2007 01:53
von LLive
Hallo,

ich habe exakt den gleichen Fehler (den ersten) und die Mod per Hand installiert. Hab schon alles im ACP deaktiviert und umgestellt doch funktionieren tut es trotzdem nicht.

An Mods hab ich bisher folgende Installiert:

ImpressumMod
BBCode SpoilerMod
CardMod
Microbannerlist
&
Postcount_Stars

Die Version des Forums ist 2.0.22 und bis auf die Mods im Rohzustand.
Für schnelle Hilfe währe ich sehr Dankbar.

MfG, LLive

Hab auch eim sql Problem

Verfasst: 12.01.2007 17:08
von stiegi
und zwar wenn ich im Admin Panel auf konfiguration klicke dan scheint diese Meldung auf:

phpBB : Kritischer Fehler

Could not query introportalmod information in admin_board

DEBUG MODE

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

SELECT * FROM INTROPORTALMOD_TABLE

Line : 73
File : admin_introportalmod.php

obwol ich mit intro_portal_mod_db_install.php die tabellen in der sql erstellt habe!!

bitte um hilfe!

Verfasst: 12.01.2007 17:34
von andreasOymann
stiegi: hast du die Änderungen an der constants.php nach Anleitung durchgeführt?

Prüfe bitte mal die install.txt und die entsprechenden Veränderungen in den vorhandenen Dateien...

A.