Ticket #4406 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 1 year ago

Blogger importer can orphan comments on already imported posts

Reported by: foolswisdom Assigned to: anonymous
Priority: high Milestone: 2.3
Component: Administration Version: 2.2
Severity: major Keywords: has-patch
Cc:

Description

Blogger importer can orphan comments on already imported posts

Problem identified and fixed on WordPress.com by Andy.

When the posts already existed but had new comments the new comments were orphaned.

If you have encountered this problem, apply this patch, delete only the comments where comment_post_id=0 and rerun the import, that should do it. You could delete more but you don't have to.

Attachments

4406.diff (0.9 kB) - added by foolswisdom on 06/04/07 19:14:01.
Patch should apply to both 2.2 and trunk.

Change History

06/04/07 19:14:01 changed by foolswisdom

  • attachment 4406.diff added.

Patch should apply to both 2.2 and trunk.

06/04/07 19:15:52 changed by foolswisdom

  • keywords set to has-patch.

08/09/07 19:18:12 changed by foolswisdom

  • milestone changed from 2.2.2 to 2.2.3.

08/29/07 17:45:27 changed by foolswisdom

  • milestone changed from 2.2.3 to 2.3.

09/05/07 22:48:58 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6043]) Fix comment orphaning in blogger importer. Props andy. fixes #4406