Hello, when an users try to publish a post in our forum, the page starts an infinite load with the "lighing" bar on the top of the page. Then it does nothing (to some users it says "Ooops, it occurred a problem" (not 100% sure about the translation. The message, anyway, gets published.
I checked server error log, and i found:
This first error (three times) on monday afternoon:
This error (multiple times) a few minutes after the third message of the above error
This error, something like 1200 times.
I repaired this table. Now I have no more new errors in the log, but I've still the problem. What could it be?
I checked server error log, and i found:
This first error (three times) on monday afternoon:
Code:
XF\Db\Exception: MySQL query error [126]: Incorrect key file for table './mydatabase_forum_xf/xf_search_index.MYI'; try to repair it
src/XF/Db/AbstractStatement.php:217
This error (multiple times) a few minutes after the third message of the above error
Code:
XF\Db\DuplicateKeyException: MySQL query error [1062]: Duplicate entry '' for key 'title_message_metadata'
This error, something like 1200 times.
Code:
XF\Db\Exception: MySQL statement prepare error [145]: Table './mydatabase_forum_xf/xf_search_index' is marked as crashed and should be repaired
I repaired this table. Now I have no more new errors in the log, but I've still the problem. What could it be?