MyBB Community Forums

Full Version: Viewing posts/threads not working anymore
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, I have not dont ANY editing of my mybb theme past few months, and today I check a post and I get this error

145 - Table './fairytailhq/mybb_posts' is marked as crashed and should be repaired

SELECT COUNT(*) AS replies FROM mybb_posts p WHERE p.tid='55' AND (p.visible='0' OR p.visible='1')

my forums is http://fairytailhq.com/forums/

help please
what I would suggest is try to find the file in your FTP that has been marked as crashed and replace it with the standard file you get when you download MyBB.
repair mybb_posts table at phpmyadmin / database manager at your webhost panel

Run this query in phpmyadmin:

repair table mybb_posts;

(2011-07-19, 05:12 AM)McCoist Wrote: [ -> ]what I would suggest is try to find the file in your FTP that has been marked as crashed and replace it with the standard file you get when you download MyBB.

It's nothing to do with files. It's an SQL error.

(2011-07-19, 05:43 AM)Malcolm. Wrote: [ -> ]Run this query in phpmyadmin:

repair table mybb_posts;

(2011-07-19, 05:12 AM)McCoist Wrote: [ -> ]what I would suggest is try to find the file in your FTP that has been marked as crashed and replace it with the standard file you get when you download MyBB.

It's nothing to do with files. It's an SQL error.

ur amazing Toungue thank u
No problem. Smile