Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YARPP

    (@jeffparker)

    Hi,

    First, I’d suggest removing YARPP completely, which clears out the database, and then reinstall. Then try the following:

    Are you comfortable with SQL and are you able to run a SQL command in a SQL client or directly in the command line? Do you also have ALTER permissions (and not just CREATE permissions)?

    If so, please make a full backup of your database first in case there is a problem. If the following fails, please send us the SQL error messages you get. This will help us debug.

    Replace the {post_table} with the actual name of the post_table:

    ALTER TABLE {post_table} ADD FULLTEXT ‘yarpp_title’ (‘post_title’)
    ALTER TABLE {post_table} ADD FULLTEXT ‘yarpp_content’ (‘post_content’)

    I’m interested in whatever error message you see as a result. Thanks.

    Thread Starter jvolvovski

    (@jvolvovski)

    Hi Jeff,
    Thanks! Deleting the plugin and re-installing it, did the trick.

    Jenny

    Plugin Author YARPP

    (@jeffparker)

    Glad to hear. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No related posts.’ is closed to new replies.