[Plugin: Yet Another Related Posts Plugin] No working anymore – get error: Can’t find FULLTEXT index
-
I just upgraded from the previous version 1.5? to version 2.02 and it no longer works. When I view the pages I get this error:
WordPress database error: [Can’t find FULLTEXT index matching the column list]
SELECT *, (bodyscore * 1 + titlescore * 3 + tagscore * 1 + catscore * 1) AS score from ( select ID, post_title, post_date, post_content, (MATCH (post_content) AGAINST (‘udon yilan great diner pizza steak soup taipei store aaron meal real american 0 night half market classic taiwanese recommended’)) as bodyscore, (MATCH (post_title) AGAINST (‘ate food’)) as titlescore, ifnull(catscore,0) as catscore, ifnull(tagscore,0) as tagscore from wp_posts left join ( select count(*) as block, object_id from wp_term_relationships natural join wp_term_taxonomy natural join wp_terms where wp_terms.term_id in (123,145,122,150,202,124,146,231,201,112) group by object_id ) as poolblock on (wp_posts.ID = poolblock.object_id) left join ( select count(*) as tagscore, object_id from wp_term_relationships natural join wp_term_taxonomy where wp_term_taxonomy.taxonomy = ‘post_tag’ and wp_term_taxonomy.term_taxonomy_id in (select term_taxonomy_id from wp_term_relationships where object_id = ‘3155’) group by object_id ) as matchtags on (wp_posts.ID = matchtags.object_id) left join ( select count(*) as catscore, object_id from wp_term_relationships natural join wp_term_taxonomy where wp_term_taxonomy.taxonomy = ‘category’ and wp_term_taxonomy.term_taxonomy_id in (select term_taxonomy_id from wp_term_relationships where object_id = ‘3155’) group by object_id ) as matchcats on (wp_posts.ID = matchcats.object_id) where ((post_status IN ( ‘publish’, ‘static’ ) && ID != ‘3155’) and post_date <= ‘2008-07-14 09:24:23’ and post_password =” and post_type IN (‘post’) and block IS NULL ) ) as rawscores where (bodyscore * 1 + titlescore * 3 + tagscore * 1 + catscore * 1) >= 5 order by score DESC limit 5
- The topic ‘[Plugin: Yet Another Related Posts Plugin] No working anymore – get error: Can’t find FULLTEXT index’ is closed to new replies.