MyBB Community Forums

Full Version: SQL error when editing post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, I am getting a SQL error. It happens when I try to add an image in a post using the [img][/img] tags. Here's what I get:


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
126 - Incorrect key file for table './database_name_here/mybb_posts.MYI'; try to repair it


Anyway to solve it? Thank you.
Won't be anything to do with what you're posting; run this query in phpMyAdmin:

REPAIR TABLE `mybb_posts`;
Thank you. That did the job! Wink