Me too, the error messegase was:
Quote:
General Error
Could not insert new word matches
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordmatch.MYI' (errno: 145)
INSERT INTO phpbb_search_wordmatch (post_id, word_id, title_match) SELECT 302812, word_id, 0 FROM phpbb_search_wordlist WHERE word_text IN ('love', 'made', 'law', 'likewise', 'cock', 'wear', 'seatbelts', 'given', '£1', '000', 'spt', 'fine', 'passing', 'coppers', 'refrain', 'telling', 'people', 'die', 'think', 'getting', 'paid', '2000', 'someone', 'wouldnt', 'problem', 'example', 'talking', 'eating', 'death', 'cap', 'i', 'suffer', 'sure', 'hell', 'liver', 'donation', 'wasted', 'saving', 'suicide', 'attempt', 'seriously', 'nanny', 'state', 'such', 'brits', 'approve', 'disturbing', 'letting', 'cops', 'that', 'word', 'against', 'crazy', 'always', 'claim', 'one', 'thing', 'another', 'result', 'insurance', 'companies', 'savings', 'onto', 'consumers', 'seeing')
Line : 251
File : functions_search.php
And when attempting to edit a post, I got this error message:
Quote:
General Error
Error in deleting post
DEBUG MODE
SQL Error : 1016 Can't open file: 'phpbb_search_wordmatch.MYI' (errno: 145)
DELETE FROM phpbb_search_wordmatch WHERE post_id IN (302812)
Line : 419
File : functions_search.php