MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
- SQL Error:
- 1194 - Table 'u' is marked as crashed and should be repaired
- Query:
- SELECT t.*, (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') WHERE t.fid='78' AND t.visible='1' ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 20