Statistics Error

Hey Everyone!
Today my board generated the following error when you click statistics. Anyone know why and how to resolve it?
Today my board generated the following error when you click statistics. Anyone know why and how to resolve it?
Couldn't query attachments
SQL Statement: SELECT a.post_id, p.forum_id as post_forum_id, t.topic_title, d.* FROM phpbb_attachments a, phpbb_attachments_desc d, phpbb_posts p, phpbb_topics t WHERE (a.post_id = p.post_id) AND (p.topic_id = t.topic_id) AND (a.attach_id = d.attach_id) ORDER BY download_count DESC LIMIT 10