MyBB Community Forums
trying to edit post, got error - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: trying to edit post, got error (/thread-129718.html)



trying to edit post, got error - loveley - 2012-11-20

While trying to edit post in my forum, I got this error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
126 - Incorrect key file for table './xxx/xxx_posts.MYI'; try to repair it
Query:
UPDATE nnz_posts SET `subject`='Aizņemtās sejas', `message`='...', `icon`='0', `smilieoff`='0', `includesig`='1', `visible`='1' WHERE pid='23'

Could someone help me to understand this error and how to fix it?

Happens to all users, not only me. :/

Solved the problem by repairing table threads.


RE: trying to edit post, got error - borbole - 2012-11-20

(2012-11-20, 05:38 PM)loveley Wrote: While trying to edit post in my forum, I got this error:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
126 - Incorrect key file for table './xxx/xxx_posts.MYI'; try to repair it
Query:
UPDATE nnz_posts SET `subject`='Aizņemtās sejas', `message`='...', `icon`='0', `smilieoff`='0', `includesig`='1', `visible`='1' WHERE pid='23'

Could someone help me to understand this error and how to fix it?

Happens to all users, not only me. :/

Solved the problem by repairing table threads.

That is strange because the table reported as crashed was the post one. But glad to see that you got it solved anyway.