1
Im running MySQL 4.1.9. XOOPS 2 and phpbb 2.x
Im getting error msg, "could not insert forum post".
I ran debug, and i get the following:
INSERT INTO xoops_bb_posts ( post_id, pid, topic_id, forum_id, post_time, uid, poster_ip, poster_name, subject, dohtml, dosmiley, doxcode, doimage, dobr, icon, attachsig, attachment, approved, post_karma, require_reply) VALUES (0, 0, 274, 1, 1117762977, 1, 402946799, '', 'test', 0, 1, 1, 1, 1, '', 0, '', 1, 0, 0)
Error number: 1062
Error message: Duplicate entry '1368' for key 1
I dont know jack about mysql. Any clue how to fix it? Or where to look to fix it?