Seite 1 von 1

fehlermeldung, ich weis mir nicht zu helfen.

Verfasst: 18.10.2003 23:00
von Gast
hallo,

habe eben eine tolle fehlermeldung erhalten.
Could not query Nickpage information

DEBUG MODE

SQL Error : 1054 Unknown column 'b.created' in 'field list'

SELECT a.user_id, a.username, b.name, b.created FROM phpbb_users a, phpbb_nickpagemod b WHERE b.uid=a.user_id ORDER BY b.created DESC LIMIT 6

Line : 147
File : /www/htdocs/v032633/suizid/plusforum/portal.php
kennt jemand diese meldung? kann mir evtl. jemand helfen?

Gruß Johannes

Verfasst: 18.10.2003 23:41
von codemonkey
Hast du die Datenbank Tabellen für deinen Nickpage Mod richtig erstellt?

Verfasst: 18.10.2003 23:53
von Gast
ich habe den mod mal vor langer zeit installiert. hat aber nicht funktioniert. db einträge sind stehen geblieben. ;(

jetzt habe ich auf phpbbplus umgesattelt und nun kommt diese meldung.

vielleicht muss ich ja die tabelle löschen. ?!?

Verfasst: 18.10.2003 23:55
von codemonkey
Ja, versuch die mal zu löschen.

Verfasst: 18.10.2003 23:58
von Gast
nur dass ich hier jetzt nichts falsch verstehe, wir reden von dieser hier.

phpbb_nickpagemod

Verfasst: 18.10.2003 23:59
von codemonkey
Ja.

Verfasst: 19.10.2003 00:07
von Gast
ohoh,

war ne schlechte idee
Allgemeiner Fehler

Konnte Querrie nicht ausführen!

DEBUG MODE

SQL Error : 1146 Table 'v032633.phpbb_nickpagemod' doesn't exist

SELECT COUNT(uid) AS zaehle FROM phpbb_nickpagemod WHERE uid='173'

Line : 1025
File : /www/htdocs/v032633/suizid/forum/includes/page_header.php
[/quote]

Verfasst: 19.10.2003 00:09
von Gast
zum glück habe ich mir ein backup von der datei gemacht.

hab alles wiederhergestellt.

aber die fehlermeldung ist immer noch da.

Verfasst: 19.10.2003 00:42
von Gast
Could not query announcements information

DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_time <= 1066516846 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 <= 1066516846 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 : /www/htdocs/v032633/suizid/forum/fetchposts.php
nun bekomme ich diese meldung hier.

HILFE