Code: Select all
Could not insert new word
DEBUG MODE
INSERT IGNORE INTO phpbb_devsearch_wordlist (word_text, word_common) VALUES ('14000', 0), ('accepted', 0), ('ahem', 0), ('aid', 0), ('another', 0), ('appeared', 0), ('award', 0), ('back', 0), ('ball', 0), ('balls', 0), ('c', 0), ('came', 0), ('care', 0), ('cosigners', 0), ('course', 0), ('court', 0), ('done', 0), ('especially', 0), ('exactly', 0), ('financial', 0), ('getting', 0), ('goes', 0), ('half', 0), ('hands', 0), ('herself', 0), ('hitting', 0), ('joes', 0), ('letter', 0), ('loan', 0), ('money', 0), ('mostly', 0), ('needs', 0), ('one', 0), ('parent', 0), ('parents', 0), ('passed', 0), ('payment', 0), ('place', 0), ('plus', 0), ('policy', 0), ('pulled', 0), ('quot', 0), ('rachael', 0), ('rachaels', 0), ('reaction', 0), ('realized', 0), ('school', 0), ('schools', 0), ('second', 0), ('semester', 0), ('set', 0), ('shed', 0), ('since', 0), ('sister', 0), ('siu', 0), ('sure', 0), ('taken', 0), ('think', 0), ('trouble', 0), ('tuition', 0), ('whether', 0), ('yoink', 0)
Line : 234
File : functions_search.php
Code: Select all
Could not obtain matched posts list
DEBUG MODE
SQL Error : 145 Table './devia2_database/phpbb_devsearch_wordlist' is marked as crashed and should be repaired
SELECT m.post_id FROM phpbb_devsearch_wordlist w, phpbb_devsearch_wordmatch m WHERE w.word_text LIKE 'starfyre' AND m.word_id = w.word_id AND w.word_common <> 1
Line : 341
File : search.php
I'd say to start there, with the two files that are referenced in the errors, and also check the table that's referenced in the second error.
Mmm, corrupted data.