I'm using IPB on one of my sites and the DB just started to act up. Its erroring when you click a thread or a members name, etc. www.gt4world.com if you need to see the error msg yourself.
here's what it says..
Code:
mySQL query error: SELECT p.*,
m.id,m.name,m.mgroup,m.email,m.joined,m.avatar,m.avatar_size,m.posts,m.aim_name,m.icq_number,
m.signature, m.website,m.yahoo,m.integ_msg,m.title,m.hide_email,m.msnname, m.warn_level, m.warn_lastwarn,
g.g_id, g.g_title, g.g_icon, g.g_dohtml
FROM ibf_posts p
LEFT JOIN ibf_members m ON (p.author_id=m.id)
LEFT JOIN ibf_groups g ON (g.g_id=m.mgroup)
WHERE p.topic_id=84 and p.queued != 1
ORDER BY p.pid asc LIMIT 0, 15
mySQL error: Can't open file: 'ibf_posts.MYI' (errno: 145)
mySQL error code:
Date: Thursday 06th of October 2005 04:44:37 PM
__________________
Please login or register to view this content. Registration is FREE - Got a problem? Let us help!
----------------------------
Yup, talk to your host. Looks like possible database file corruption or maybe a simple permission problem. You're host is the only one that can fix this.