MyBB Community Forums

Full Version: All forums down.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.

Clicking on any forum brings up an error message:

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:145 - Table './braytonb_forum/mybb_posts' is marked as crashed and should be repairedQueryConfusedELECT tid,uid FROM mybb_posts WHERE uid='2' AND tid IN (3,21,1) AND (visible='1' OR visible='0')

All forums show similar message.

Location is http://www.braytonbarff.co.uk/forum/ and click on any forum for message.

I installed ezgallery this morning and everything was working fine. Currently, the gallery is working ok but not the forums. I don't know if this is related.

Error shows:

[Image: BBerror.jpg]

Can anyone help please?

Den.
ACP>>Tools & Maintenance>>Recount & Rebuild>>Recount User Post Counts
(2013-11-15, 04:45 PM)marcus123 Wrote: [ -> ]ACP>>Tools & Maintenance>>Recount & Rebuild>>Recount User Post Counts

Thanks for that rapid reply Marcus, worked a treat Smile.

Den.
Edit: delayed response (in general, table crash needs repair of the database table)

if you have access to database manager then you have to repair the posts table. SQL query can be like below
REPAIR TABLE `mybb_posts` 

see this guidance if required --> common SQL queries and how to run them
No problem I am glad it worked