Sinisterly
Need Help... MyBB - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: Need Help... MyBB (/Thread-Need-Help-MyBB)



Need Help... MyBB - PartyPaint - 09-13-2011

Yay, normaly my little forum works well, but after I loaded it today
and clicked on an section it failed.

MyBB SQL Error

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1030 - Got error 28 from storage engine
Query:
SELECT t.*, p.displaystyle AS threadprefix, (t.totalratings/t.numratings) AS averagerating, r.uid AS rated, t.username AS threadusername, u.username FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) LEFT JOIN mybb_threadratings r ON(r.tid=t.tid AND r.uid='0') LEFT JOIN mybb_threadprefixes p ON (p.pid = t.prefix) WHERE t.fid='6' AND t.visible='1' GROUP BY t.tid ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 20

That only happens if I click on a forum.


RE: Need Help... MyBB - PartyPaint - 09-13-2011

fixed myself, can be closed.