wp_yarpp_related_cache' doesn't exist
-
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 tablewp_yarpp_related_cache
WordPress database error: [Table ‘*.wp_yarpp_related_cache’ doesn’t exist]
truncate tablewp_yarpp_related_cacheWhen 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 TABLEwp_postsENGINE = 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/
The topic ‘wp_yarpp_related_cache' doesn't exist’ is closed to new replies.