Quantcast
Channel: Topic Tag: Database Error | WordPress.org
Viewing all articles
Browse latest Browse all 638

Database error after activation

$
0
0

I installed and activated Better Search without any problems. I even managed to do a basic search without issue. However, I fiddled with some settings and started getting an error, and now the search doesn’t work at all. I reset everything back to default but the error and disfunction are still present.

Here is the text from the error:
WordPress database error: [The used table type doesn’t support FULLTEXT indexes]
SELECT SQL_CALC_FOUND_ROWS wp_posts.*, wp_posts.ID as ID, (MATCH(wp_posts.post_title) AGAINST (‘chat’ ) * 10 ) + (MATCH(wp_posts.post_content) AGAINST (‘chat’ ) * 1 ) AS score FROM wp_posts WHERE 1=1 AND MATCH (wp_posts.post_title,wp_posts.post_content) AGAINST (‘chat’ ) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘inherit’) AND wp_posts.post_type IN (‘post’, ‘page’) ORDER BY score DESC LIMIT 0, 10


Viewing all articles
Browse latest Browse all 638

Trending Articles