I'm not sure where to put this, so if it's at the wrong place, feel free to move it. :P
I was looking at my feed today (the link with my name in it is in my sig) and noticed that at the top of each post I see the following:
Code:
WordPress database error: [Can't find FULLTEXT index matching the column list]
SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST ('the creator') AS score FROM shaunconnell_posts WHERE MATCH (post_name, post_content) AGAINST ('the creator') AND post_date <= '2008-01-06 09:43:43' AND (post_status IN ( 'publish', 'static' ) && ID != '92') AND post_password ='' ORDER BY score DESC LIMIT 3
Any help? I'm HORRIBLE with coding and stuff. :P