| |
Could not query list of active posts
DEBUG MODE
SQL Error : 1054 Unknown column 'u.user_sig' in 'field list'
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
FROM phpbb_forums7 AS f, phpbb_topics7 AS t, phpbb_users AS u, phpbb_posts7 AS p, phpbb_posts_text7 as pt
WHERE
t.forum_id = f.forum_id
AND f.auth_view = 0
AND p.poster_id = u.user_id
AND pt.post_id = p.post_id
AND p.topic_id = t.topic_id
ORDER BY p.post_time DESC LIMIT 25
Line : 165 File : rss.php |
| |
|