WordPress database error: [Can’t find FULLTEXT index matching the column list]
-
When I write a new post and save I get the following errors multiple times (only a subset shown below):
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘worldwide’) as score FROM wp_posts where id=216;
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘success’) as score FROM wp_posts where id=216;
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘discuss’) as score FROM wp_posts where id=216;
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘variety’) as score FROM wp_posts where id=216;
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT MATCH(post_content, post_title) against (‘topics’) as score FROM wp_posts where id=216;The post actually saves OK.
Recently the Manage Posts screen started showing only one post – the other posts disappeared and I can no longer edit them. The posts exist, the just don’t show in the Manage Posts screen.
If soomeone can help me with this problems I’d appreciate it.
- The topic ‘WordPress database error: [Can’t find FULLTEXT index matching the column list]’ is closed to new replies.