i write and when i publish, this comes out WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against (' assalamualaikum') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('wbt') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('kepada') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('semua') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('hari') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('ini') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('saya') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('mendapat') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('satu') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('email') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('dari') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('sahabat') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('yang') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('menyentuh') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('hati') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('iyerlah') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('dalam') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('sibuk') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('kita') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('berbisnes') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('ada') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('eloknya') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('juga') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('muhasabah') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('diri') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('dan') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('tidak') as score FROM wp_posts where id=12; WordPress database error: [Can't find FULLTEXT index matching the column list] SELECT MATCH(post_content, post_title) against ('terlalu') as score FROM wp_posts where id=12; what is happening here ? help !!
hmm, have you changed anything or installed a plugin? If not, hopefully you have a backed up database that you can restore..
Looks like you've got some errors . . . I wish I knew how to help you out on this one. Try disactivating all your plugins and see if that works. If it does, then you're having some kind of plugin complications. If there are still problems, you may be having some DB problems. I hope you do have a backup. Good luck and hopefully someone with more technical help will emerge.
i'd say its mySQL database error. SELECT MATCH(post_content, post_title) against ('terlalu') as score FROM wp_posts where id=12; that line is mySQL query. try to restore from your backup. if you dont have backup. i'm afraid you are fucked. just my 2 cents.
I have had that before. I re installed the theme file that I was using, and it came back. I lost some template changes, but I got my blog back. Also de activate your most recent plug in, and set all of your options back to "default" settings. (Try this one first)
regardless, if worse comes to worse, you can get into mysql, extract the file, and recover the articles that were in it. Nothing's ever truly lost, unless there's some really strange incident.