Support » Plugin: YARPP - Yet Another Related Posts Plugin » [Plugin: Yet Another Related Posts Plugin] DB update errors

  • Hi,

    We’re seeing a ton of errors in our logs where YARPP is trying to create a MySQL fulltext index on a table type that doesn’t support it. Is this an issue with the plugin and/or is there a way around it? Thanks!

    [02-Aug-2010 15:42:24] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_si_posts ADD FULLTEXT yarpp_title ( post_title) made by include, do_action, call_user_func_array, yarpp_upgrade_check
    [02-Aug-2010 15:42:24] WordPress database error The used table type doesn’t support FULLTEXT indexes for query ALTER TABLE wp_si_posts ADD FULLTEXT yarpp_content ( post_content) made by include, do_action, call_user_func_array, yarpp_upgrade_check

Viewing 1 replies (of 1 total)
  • Why do those tables not support it? Are they not MySQL or MyISAM? YARPP’s best tools to find “related” posts—the title and content comparison—require MySQL’s fulltext feature. If those tables’ engines aren’t MyISAM, you should change them to MyISAM.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Yet Another Related Posts Plugin] DB update errors’ is closed to new replies.