• Frequently when I “publish” a new post I get the following message, but the post DOES publish alright:

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

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

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

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

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

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

    Warning: Cannot modify header information – headers already sent by (output started at /home/sdstern/public_html/asternglance/wp-includes/wp-db.php:104) in /home/sdstern/public_html/asternglance/wp-includes/pluggable-functions.php on line 272

    Warning: – headers already sent by (output started at /home/sdstern/public_html/asternglance/wp-includes/wp-db.php:104) in /home/sdstern/public_html/asternglance/wp-includes/pluggable-functions.php on line 272

    What does this mean? And how do I fix it? Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Did you just upgrade?

    Thread Starter sdstern

    (@sdstern)

    no

    Hello,

    I’ve just upgraded to 2.1 and am experiencing the same difficulty whenever I create or edit a post. I’ve already run the upgrade script and have disabled plugins.

    Doing a search on the forums here yielded on possible solution: “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,” but I’m not sure how to implement it in WordPress.

    Does anyone have any solution? ??

    Thank you,

    gestroud

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