PHP errors on the Board

For general discussions of any sort that don't fit in the other forums.

Moderators: Mystic Dragon, Xalia, Shard, JKatkina

Post Reply
User avatar
StarFyre
Ancient Dragon
Posts: 3246
Joined: Wed Jul 06, 2005 10:44 am
Location: Middle of Nowhere
Contact:

PHP errors on the Board

Post by StarFyre »

Okay, I'm not quite sure how the board is set up, BUT, trying to post something yields a general error like this:

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
And trying to do a search yields this:

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
Obviously from the fact that we can post, this has nothing to do with the actually posting and viewing portions of the code, but from what I can tell from the errors, either there's a file or two missing and/or corrupt, or a database table is missing/corrupt (as the search function error actually states that a specific table has crashed).

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.
Post Reply