I was trying to do a search on for posts that contain both "protocol builder" and get this error message on for any kind of search that includes the word protocol
Basically any common word raises this error. Device, Upgrade or Protocol all raise an errorCould not obtain matched posts list
DEBUG MODE
SQL Error : 1030 Got error 134 from table handler
SELECT m.post_id FROM phpbb_search_wordlist w, phpbb_search_wordmatch m WHERE w.word_text LIKE 'protocol' AND m.word_id = w.word_id AND w.word_common <> 1
Line : 308
File : search.php