Title: [Plugin: Yet Another Related Posts Plugin] Manuel SQL Setup problem
Last modified: August 20, 2016

---

# [Plugin: Yet Another Related Posts Plugin] Manuel SQL Setup problem

 *  Resolved [erik1974](https://wordpress.org/support/users/erik1974/)
 * (@erik1974)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-manuel-sql-setup-problem/)
 * After installing the plugin the settings page write:
    The YARPP database has 
   an error which could not be fixed.Please try manual SQL setup.
 * I go to mysql to the database and add the code. Mysql write following error:
 * #1214 – The used table type doesn’t support FULLTEXT indexes
    ALTER TABLE wp_posts
   ADD FULLTEXT `yarpp_title` ( `post_title`
 * #1214 – The used table type doesn’t support FULLTEXT indexes
    ALTER TABLE wp_posts
   ADD FULLTEXT `yarpp_content` ( `post_content` )
 * Its a siteground server what is the problem?
 * THanks
    Erich
 * [http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/](http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [mehulved](https://wordpress.org/support/users/mehulved/)
 * (@mehulved)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-manuel-sql-setup-problem/#post-2261060)
 * ALTER TABLE yarpp_title ENGINE = MyISAM;
    ALTER TABLE yarpp_content ENGINE = 
   MyISAM; worked for me.
 *  [mitcho (Michael Yoshitaka Erlewine)](https://wordpress.org/support/users/mitchoyoshitaka/)
 * (@mitchoyoshitaka)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-manuel-sql-setup-problem/#post-2261080)
 * Hope that worked for all.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Yet Another Related Posts Plugin] Manuel SQL Setup problem’ 
is closed to new replies.

 * ![](https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?
   rev=2549977)
 * [YARPP - Yet Another Related Posts Plugin](https://wordpress.org/plugins/yet-another-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [mitcho (Michael Yoshitaka Erlewine)](https://wordpress.org/support/users/mitchoyoshitaka/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-yet-another-related-posts-plugin-manuel-sql-setup-problem/#post-2261080)
 * Status: resolved