Here`s what I`m getting when I try to open a thread:
Code:mySQL query error: SELECT t.forum_id, COUNT(p.author_id) as f_posts
FROM ibf_posts p
LEFT JOIN ibf_topics t ON ( p.topic_id=t.tid AND t.forum_id IN (0,1,7,3,2,11,10,14,4,6,13,5,9,8) )
WHERE p.author_id=67 AND t.tid IS NOT NULL
GROUP BY t.forum_id
ORDER BY f_posts DESC
mySQL error: Can't open file: 'ibf_posts.MYI' (errno: 145)
mySQL error code:
Date: Friday 10th of March 2006 02:44:10 AM