Forums

Yet Another Related Posts Plugin
DB update errors (2 posts)

  1. mmcginnis
    Member
    Posted 1 year ago #

    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

  2. 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.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic