Seite 1 von 1
News Fehlermeldung!!!
Verfasst: 15.02.2004 12:46
von Bartinli
Code: Alles auswählen
Couldn't obtain news data
DEBUG MODE
SQL Error : 1054 Unknown column 'f.forum_news' in 'where clause'
SELECT t.topic_id, t.forum_id, t.topic_title, t.topic_time, t.topic_replies, t.topic_last_post_id, t.topic_views, t.topic_vote, u.username, u.user_id, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_allowsmile, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid FROM phpbb_forums f, phpbb_topics t, phpbb_posts p, phpbb_users u, phpbb_posts_text pt WHERE f.forum_news = '1' AND t.forum_id = f.forum_id AND p.topic_id = t.topic_id AND p.post_id = t.topic_first_post_id AND pt.post_id = p.post_id AND u.user_id = p.poster_id AND (( f.forum_news_post = '1' AND t.topic_type = '0' ) OR ( f.forum_news_sticky = '1' AND t.topic_type = '1' ) OR ( f.forum_news_announce = '1' AND ( t.topic_type = '2' OR t.topic_type = '3' ) ) ) ORDER BY topic_time DESC
Line : 107
File : /www/htdocs/bartinli/includes/news.php
Ich habe den News Mod installiert, und wenn ich jetzt die seite news.php manuell aufrufe was für die installation nötig ist, kommt dieser fehlermeldung.
danke im voraus
Verfasst: 15.02.2004 12:47
von netzmeister
Hallo,
du hast die änderungen an der Datenbank nicht durchgeführt,
Gruß netzmeister
Verfasst: 15.02.2004 12:49
von Bartinli
hallo netzmeister,
kannst du bitte diskreter schreiben was ich zu tun habe?
weil ich habe es erst auf localhost probiert und funktionierte einwandfrei,
wo oder was muss ich den jetzt an datenbank verändern.
Verfasst: 15.02.2004 14:17
von netzmeister
Hallo,
sorry ich habe den Code nicht vor mir, mein erstes Posting war ne vermutung.
Kannst Du mir sagen wo den Mod her hast, das ich ihn mir mal anschauen kann ?
Gruß netzmeister
Verfasst: 15.02.2004 14:26
von Bartinli
es ist schon etwas älter, ich könnte es dir rüber schicken.
Verfasst: 15.02.2004 14:32
von netzmeister
Siehe PN.
Verfasst: 15.02.2004 15:45
von netzmeister
Hallo,
Code: Alles auswählen
# o You now need to go to the administration panel and click on
# 'General Admin' -> 'News Settings' which will install all the
# neccessary stuff. Select the forums you want your news to
# come from, click on 'yes' for 'Display News' and that's it!
hast du das gemacht ?
Gruß netzmeister
Verfasst: 15.02.2004 17:31
von Bartinli
ich gehe in den ACP und klicke auf settings...nichts zu sehen.
+ mal was anderes : localhost funktioniert das dingen einwandfrei, gleiche board gleiche datein...