I am getting duplicate key error when I try to add a new post. Any idea where the Key gets generated so I can change the value?
Copy of the error.
Script: /usr/local/www/vhosts/ncdeer.com/htdocs/ncdeerfourm/scripts/addpost.inc.php
Line#: 470
SQL Error: Duplicate entry '193310' for key 1
SQL Error #: 1062
Query: INSERT INTO ubbt_POSTS (POST_PARENT_ID,TOPIC_ID,POST_IS_TOPIC,POST_POSTED_TIME,POST_POSTER_IP,POST_SUBJECT,POST_BODY,POST_DEFAULT_BODY,POST_IS_APPROVED,POST_ICON,POST_HAS_POLL,POST_HAS_FILE,POST_MARKUP_TYPE,USER_ID,POST_PARENT_USER_ID,POST_ADD_SIGNATURE,POST_LAST_EDITED_TIME) VALUES ( 0 , 17627 , 1 , 1182525335 , '199.82.243.71' , 'Test Post' , 'I am attempting to create a new entry after the restart.' , 'I am attempting to create a new entry after the restart.' , 1 , 'book.gif' , 0 , 0 , 'markup' , 3 , 0 , 1 , 0 )
Please use your back button to return to the previous page.