WordPress database error: [Can't find FULLTEXT index matching the column list]
SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST ('small step to success') AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST ('small step to success') AND post_date <= '2010-07-29 14:07:42' AND (post_status IN ( 'publish', 'static' ) && ID != '83') AND post_password ='' ORDER BY score DESC LIMIT 4