Search Wordlist table needs some repairin'

This is the place for any problems or issues with the website in general or the new forums in particular.
Post Reply
todpunk
Posts: 2
Joined: Sat Aug 29, 2009 6:17 pm

Search Wordlist table needs some repairin'

Post by todpunk »

Behold, what I get at the time of this writing and last night, when I try to search the forums:

Code: Select all

Could not obtain matched posts list

DEBUG MODE

SQL Error : 145 Table './typo_zoneminder/phpbb2_search_wordlist' is marked as crashed and should be repaired

SELECT m.post_id FROM phpbb2_search_wordlist w, phpbb2_search_wordmatch m WHERE w.word_text LIKE 'testing' AND m.word_id = w.word_id AND w.word_common <> 1 

Line : 341
File : search.php
So yeah, there's your FYI.
Post Reply