phpBB error: INSERT IGNORE INTO phpbb_search_wordlist : ignore
Suddenly yesterday, all my users are getting this error when posting to my forum. Sometimes the message will post, other times not. How can I fix this?
- Code: Select all
General Error
Could not insert new word
DEBUG MODE
INSERT IGNORE INTO phpbb_search_wordlist (word_text, word_common) VALUES ('test', 0)
Line : 232
File : functions_search.php
The fix is to truncate the table having the error.

