Forums

Yet Another Related Posts Plugin
[resolved] Manuel SQL Setup problem (3 posts)

  1. erik1974
    Member
    Posted 9 months ago #

    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/

  2. mehulved
    Member
    Posted 8 months ago #

    ALTER TABLE yarpp_title ENGINE = MyISAM;
    ALTER TABLE yarpp_content ENGINE = MyISAM;
    worked for me.

  3. Hope that worked for all.

Reply

You must log in to post.

About this Plugin

About this Topic