• I recieve the following error when I post an entry.

    WordPress database error: [Can’t find FULLTEXT index matching the column list]
    SELECT MATCH(post_content, post_title) against (‘the’) as score FROM wp_posts where id=11;

    WordPress database error: [Can’t find FULLTEXT index matching the column list]
    SELECT MATCH(post_content, post_title) against (‘links’) as score FROM wp_posts where id=11;

    WordPress database error: [Can’t find FULLTEXT index matching the column list]
    SELECT MATCH(post_content, post_title) against (‘course’) as score FROM wp_posts where id=11;

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should create a FullText index in your posts table for the id column in your MySQL WordPress database and that should alleviate your problems.

    Hello,

    I’m pretty new to WordPress and am experiencing the same problem after upgrading to version 2.1. Could someone point me in the right direction for instructions on creating an index, please?

    Thank you,

    gestroud

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error when posting’ is closed to new replies.