• Hi,

    I get this message and can’t activate the plugin:

    [Thu Sep 03 11:10:41 2015] [warn] [client 77.6.69.46] mod_fcgid: stderr: WordPress-Datenbank-Fehler Duplicate key name 'crp_related' f\xc3\xbcr Abfrage ALTER TABLE Jcnalxq6_posts ADD FULLTEXT crp_related (post_title, post_content); von activate_plugin, do_action('activate_contextual-related-posts/contextual-related-posts.php'), call_user_func_array, crp_activate, crp_single_activate

    Maybe because I installed the plugin many years ago and now wanted to try it again. How to find the old tables in the database und erase them?

    Thanks!

    https://www.ads-software.com/plugins/contextual-related-posts/

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

    (@webberzone)

    Ideally this should go ahead with the normal activation. When you hit activate, does it fail?

    Alternatively, you could use phpMyAdmin and run this:

    ALTER TABLE Jcnalxq6_posts DROP INDEX crp_related;
    ALTER TABLE Jcnalxq6_posts DROP INDEX crp_related_title;
    ALTER TABLE Jcnalxq6_posts DROP INDEX crp_related_content;
    Thread Starter bichareh

    (@bichareh)

    Thanks! But this isn’t working. Nothing happens if I want to activate the plugin. It’s spinning and spinning and spinning. ??

    Plugin Author WebberZone

    (@webberzone)

    Please try to delete the plugin first and then re-add it. It might bypass the spinning issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate key name 'crp_related'’ is closed to new replies.