| |
Could not query list of active posts
DEBUG MODE
SQL Error : 1054 Unknown column 'p.poster_id' in 'on clause'
SELECT
f.forum_name,
t.topic_title,
u.user_id,
u.username,
u.user_sig,
u.user_sig_bbcode_uid,
p.post_id,
pt.post_text,
pt.post_subject,
pt.bbcode_uid,
p.post_time,
t.topic_replies,
t.topic_first_post_id,
t.topic_id
FROM bb_forums AS f
JOIN bb_topics AS t ON t.forum_id = f.forum_id
JOIN bb_users AS u ON u.user_id = p.poster_id
JOIN bb_posts AS p ON p.topic_id = t.topic_id
JOIN bb_posts_text AS pt ON pt.post_id = p.post_id
WHERE f.auth_view = 0
ORDER BY p.post_time DESC
LIMIT 15
Line : 211 File : rss.php |
| |
|