• Hi,

    I just added this plugin and when I activated I got the following errors:

    WordPress database error: [Table ‘*.wp_yarpp_related_cache’ doesn’t exist]
    truncate table wp_yarpp_related_cache
    WordPress database error: [Table ‘*.wp_yarpp_related_cache’ doesn’t exist]
    truncate table wp_yarpp_related_cache

    When I go to the YARPP settings I see this message:

    YARPP’s “consider titles” and “consider bodies” relatedness criteria require your wp_posts table to use the MyISAM storage engine, but the table seems to be using the InnoDB engine. These two options have been disabled.
    To restore these features, please update your wp_posts table by executing the following SQL directive: ALTER TABLE wp_posts ENGINE = MyISAM; . No data will be erased by altering the table’s engine, although there are performance implications.
    If, despite this check, you are sure that wp_posts is using the MyISAM engine, press this magic button:

    Are these related issues?

    Running MySQL 5.1.68-cll and PHP 5.3.28

    I have disabled the plugin for now.

    http://ww.wp.xz.cn/plugins/yet-another-related-posts-plugin/

Viewing 1 replies (of 1 total)
  • Plugin Author YARPP

    (@jeffparker)

    Is your database engine InnoDB? If so, that’s a legitimate message. You can still use YARPP Basic but it won’t take advantage of Titles or Bodies.

    Or you can enable the new YARPP Pro enhancements, which doesn’t care what type of engine your database is because the content is crawled externally.

Viewing 1 replies (of 1 total)

The topic ‘wp_yarpp_related_cache' doesn't exist’ is closed to new replies.