EDIT: Oh, there it is. Soon as I edited my post to say that it gives the error. Here it is:
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table './collectr_phpb2/phpbb_search_wordmatch' is marked as crashed and should be repaired [145]
SQL
SELECT w.word_id, w.word_text, m.title_match FROM phpbb_search_wordlist w, phpbb_search_wordmatch m WHERE m.post_id = 11239 AND w.word_id = m.word_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: includes/search/fulltext_native.php
LINE: 1085
CALL: dbal_mysql->sql_query()
FILE: includes/functions_posting.php
LINE: 2368
CALL: fulltext_native->index()
FILE: posting.php
LINE: 1000
CALL: submit_post()