WordPress database error: [The used table type doesn't support FULLTEXT indexes]
I’m using WordPress 2.8.5 and am trying to add a related posts plugin, but as soon as I activate it I get this error:
WordPress database error: [The used table type doesn't support FULLTEXT indexes]
ALTER TABLE sdn_posts ADD FULLTEXT `yarpp_title` ( `post_title`)
Any idea how to fix this?
Yes indeed, this is a common problem and there’s a simple fix. It’s to do with the database engine that MySQL is using. FULLTEXT is not supported by the InnoDB engine.
Personally I’m using MySQL Query Browser not phpMyAdmin. Just locate the table in your WordPress database probably called wp_posts though it might have your initials instead of ‘wp’ and then ‘edit table’. There’s a tab called Table Options. You will then see a dropdown list under storage options.
Just select MyISAM instead of what is probably InnoDB. Your table will now be converted to use the new storage engine.

Comments
Powered by Facebook Comments
Related posts:
- Ultimate GA doesn’t work with my WordPress theme – Missing urchin.js|Missing _uacct|Missing urchinTracker
- An automated WordPress update has failed to complete – please attempt the update again now
- Optimising WordPress SEO with the All in One SEO plugin
- How To – Add Google custom search to your WordPress blog.
- WordPress for Joomla
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- WordPress – disaster recovery procedure.
Tags: wordpress
Leave a Reply
Hot Topics
- WordPress Contact Form 7 & WP-Mail-SMTP problem solved
- How to take Ownership of a Drive, Folder or File in Windows 7
- The environment variable Home is not set (Solved)
- Excel 2007 sort columns & rows data.
- Failed to initialize OpenGL (Checklist)
- Android SDK Manager won’t start (Solved)
- Creating a Drupal 6 custom login form – Step by Step tutorial.
- Android requires compiler compliance level 5.0 or 6.0. Found ’1.7′ instead. Please use Android Tools > Fix Project Properties.
- IIS7 – No HTTP redirect icon
- 7129/6105195 Edward Leedskalnin’s anti-gravity – How he built Coral Castle.
Archives
- April 2013
- March 2013
- February 2013
- December 2012
- November 2012
- July 2012
- June 2012
- May 2012
- February 2012
- November 2011
- September 2011
- August 2011
- June 2011
- January 2011
- December 2010
- November 2010
- October 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- January 2009
- December 2008
- August 2008
- June 2008
