• After exporting my older wordpress website and importing data with wordpress tools to new website I’m having a problem with duplicates.

    In post edit the Add Relation tool shows the original ralations but if I delete them and save the post they are not gone. In this case the ralations are between posts and woocommerce products.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    Did you migrate the entire website? If so, we recommend just migrating the entire database instead: https://codex.wordpress.org/Moving_WordPress

    Otherwise there will always be parts missing or mismatched IDs.

    Thread Starter friistailer

    (@friistailer)

    Unfortunately couldn’t migrate the entire website because of a hack problem and had to clear up a thing or two while copying the content 😉

    Any idea how I could reset all the relations or what are the DB tables the plugin is using to match posts?

    Plugin Author Brecht

    (@brechtvds)

    I’m not sure what could have gone wrong exactly. Relations are stored as post metadata: “crp_relations_to” and “crp_relations_from”. So that would be in the wp_postmeta database table.

    Thread Starter friistailer

    (@friistailer)

    Thanks.. I’ll try to find and erase them there. Still a small mystery why can’t delete them through post edit and on the other hand the links shown on the website work just fine, but without the modifications I have made for the output.php.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Duplicates problem’ is closed to new replies.