Error messages when publishing
-
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
- The topic ‘Error messages when publishing’ is closed to new replies.