MyBB Community Forums

Full Version: mySQL error: 1030
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK, i went away for 2 days and come back to find this:

Quote:mySQL error: 1030
Got error 28 from storage engine
Query: SELECT t.*, i.name as iconname, i.path as iconpath, t.username AS threadusername, u.username, u.avatar, p.message FROM mybb_threads t LEFT JOIN mybb_icons i ON (i.iid = t.icon) LEFT JOIN mybb_users u ON (u.uid = t.uid) LEFT JOIN mybb_posts p ON (p.tid=t.tid AND p.dateline=t.dateline) WHERE 1=1 AND pid IN(0,'13','12','1') ORDER BY t.dateline DESC LIMIT 0, 10

this only seems to happen with index.php and portal.php, forum.php is fine.

any ideas on what is wrong/what happened, and how to fix it?
Is this still happening for you or can I mark it as resolved?
Quote:Got error 28 from storage engine
Sounds more like a server problem than MyBB bug.