Hey,
Thanks for the quick reply... Here's what it says:
File: /hsphere/local/home/barcoder/elephantband.com/EleFanForum/include/search_idx.php
Line: 176
PunBB reported: Unable to insert search index word matches
Database reported: Can't open file: 'search_matches.MYI'. (errno: 145) (Errno: 1016)
Here's the query on line 176:
$db->query('INSERT INTO '.$db->prefix.'search_matches (post_id, word_id, subject_match) SELECT '.$post_id.', id, '.$subject_match.' FROM '.$db->prefix.'search_words WHERE word IN('.implode(',', preg_replace('#^(.*)$#', '\'\1\'', $wordlist)).')') or error('Unable to insert search index word matches', __FILE__, __LINE__, $db->error());
Let me know.
Thanks,
Randy.