MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
- SQL Error:
- 1194 - Table 't' is marked as crashed and should be repaired
- Query:
- SELECT t.*, t.username AS threadusername, u.username, MATCH (t.subject) AGAINST ('İnatla yanlış söylenen kelimeler' WITH QUERY EXPANSION) AS relevance FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='27' AND t.tid!='57247' AND t.visible='1' AND t.closed NOT LIKE 'moved|%' AND MATCH (t.subject) AGAINST ('İnatla yanlış söylenen kelimeler' WITH QUERY EXPANSION) >= '5' ORDER BY t.lastpost DESC LIMIT 0, 15