Attempted to attach an image to a new forum post and received the following error:
A Database Error Occurred
Error Number: 1062
Duplicate entry '6' for key 1
UPDATE `exp_forum_attachments` SET `topic_id` = '11', `post_id` = 0, `board_id` = '2', `is_temp` = 'n', `attachment_id` = 6The post itself was saved to the forum but not the associated image. If I attempt to edit the post and add the image again, I receive a similar error error.
A Database Error Occurred
Error Number: 1062
Duplicate entry '8' for key 1
UPDATE `exp_forum_attachments` SET `topic_id` = '11', `post_id` = 0, `board_id` = '2', `is_temp` = 'n', `attachment_id` = 8Any ideas?
EE: version 2.1.0 (20100810)
Forum: version 3.1.0 (20100805)