MyBB Community Forums

Full Version: MyBB SQL Error 145 searchlog
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

This error has occurred.

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
145 - Table './website/forum_searchlog' is marked as crashed and should be repaired
Query:
INSERT INTO forum_searchlog (sid,uid,dateline,ipaddress,threads,posts,resulttype,querycache,keywords) VALUES ('4ca2be7ffde0d1e0a7efd6072439f580','1','12738567','','','','threads','t.uid=\'283\' AND t.fid NOT IN (\'83\',\'84\') AND t.fid NOT IN (83,84)','')

Please contact the MyBB Group for support.

Any advice?

Thanks
Run this query in phpMyAdmin:

REPAIR TABLE `forum_searchlog`;

If that doesn't work or it keeps happening, you'll need to ask your host.