Ich habe ein Kleines problem mit meinem phpBB Forum.
Immer wenn ich einen Beitrag posten/editieren will bekomme ich die Fehlermeldung:
Nun möchte ich gern wissen wie ich diesen Fehler beheben kann.SQL ERROR [ mysqli ]
Table '.\phpbb\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 = 125 AND w.word_id = m.word_id
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 143
CALL: dbal->sql_error()
FILE: includes/search/fulltext_native.php
LINE: 1085
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_posting.php
LINE: 2368
CALL: fulltext_native->index()
FILE: posting.php
LINE: 1000
CALL: submit_post()
Mfg Smokehead