Project Isues Not Saving Follow Ups
On my project issues, when I go to follow up on an issue, it does not work correctly. I get the following error at the top of the page:
user warning: Duplicate entry '5' for key 1 query: INSERT INTO ffmainproject_comments (cid, nid, uid, created, changed, body, data, file_path, file_mime, file_size) VALUES (5, 88, 2, 1208467405, 1208467405, 'This issue has been resolved and will be patched in the next release.', 'a:2:{s:3:\"old\";O:8:\"stdClass\":1:{s:3:\"sid\";s:2:\"13\";}s:3:\"new\";O:8:\"stdClass\":1:{s:3:\"sid\";s:2:\"14\";}}', '', '', 0) in /home/ffapps4u/public_html/includes/database.mysql.inc on line 172.
It saves any updates to the issue information, but the "comment" like thing never appears. How can I remedy this?

Anyone?
Can anyone help me? It's been a day less than a month and I've gotten no response. It's still doing what I described above.
We're about to start a new series of bugging on a project, and it would be very nice to see this fixed.
Fixed.
This was actually a really simple. I needed to reset the project_cid row in the sequences table.
My new Drupal mantra:
"If new numbering doesn't work, it's probably a problem with the sequences table."