Invalid QueryFile: /home/animecon/forums.animecons.com/recent_activity.php
Line: 175
SQL Error: Unknown column 'p.user_id' in 'on clause'
SQL Error #: 1054
Execute a SQL Query:
SELECT p.forum_id, p.post_id, p.post_body, p.post_subject, p.post_posted, p.post_is_topic, u.info_display_name, u.info_reg_date, u.info_total_posts, u.info_title, u.info_title_custom, u.info_location, u.info_sharebirthday, u.info_birthday, p.user_id, u.info_signature, p.post_include_sig, info_name_color, info_group_flag, p.post_icon, u.info_avatar, u.info_avatar_width, u.info_avatar_height, p.post_has_files, p.post_has_polls, p.post_edited, p.post_edited_by, p.post_edited_reason, p.post_parent, p.post_reply_name, p.post_ip, u.info_group_flag, u.info_no_ignore, u.info_name_color, t.topic_subject, t.topic_is_closed, t.topic_id, t.topic_preview, t.topic_replies, t.topic_views, f.forum_title, f.forum_gallery, f.forum_thumbnail, f.forum_med_image, x.file_name, x.file_id
FROM fbb_forums AS f,
fbb_topics AS t,
fbb_posts AS p,
fbb_files AS x
LEFT JOIN fbb_user_info AS u ON u.user_id = p.user_id
WHERE p.post_posted > '1550415157'
AND p.topic_id = t.topic_id
AND p.forum_id = f.forum_id
AND p.post_id = x.post_id
AND p.post_has_files > 0
ORDER BY p.post_posted DESC