Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
So, here's how you can detect this issue (posts with attachments but with an attach_count of 0):[CODE]SELECT DISTINCT xf_post.post_id FROM xf_postINNER JOIN xf_attachmentON xf_post.post_id = xf_attachment.content_idWHERE xf_post.attach_count = 0 AND xf_post.message LIKE '%[ATTACH=FULL]%' AND xf_attachment.content_type = 'post'[/CODE]Can you run this on the Xenforo Community database just to make sure you aren't seeing the same issue occasionally?
So, here's how you can detect this issue (posts with attachments but with an attach_count of 0):
[CODE]
SELECT DISTINCT xf_post.post_id FROM xf_post
INNER JOIN xf_attachment
ON xf_post.post_id = xf_attachment.content_id
WHERE xf_post.attach_count = 0 AND xf_post.message LIKE '%[ATTACH=FULL]%' AND xf_attachment.content_type = 'post'[/CODE]
Can you run this on the Xenforo Community database just to make sure you aren't seeing the same issue occasionally?
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences