When an unregistered user tries to post comments, they get this:
WordPress database error: [Duplicate entry '467' for key 1]
INSERT INTO wp_comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved, comment_agent, comment_type, comment_parent, user_id) VALUES ('31', 'Andrea', 'jaszlics@colorado.edu', '', '198.11.27.99', '2007-07-28 14:02:49', '2007-07-28 21:02:49', 'poo?', '0', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)', '', '0', '0')
Warning: Cannot modify header information - headers already sent by (output started at /home/greajas7/public_html/blog/wp-includes/wp-db.php:121) in /home/greajas7/public_html/blog/wp-comments-post.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at /home/greajas7/public_html/blog/wp-includes/wp-db.php:121) in /home/greajas7/public_html/blog/wp-comments-post.php on line 56
Warning: Cannot modify header information - headers already sent by (output started at /home/greajas7/public_html/blog/wp-includes/wp-db.php:121) in /home/greajas7/public_html/blog/wp-comments-post.php on line 57
Warning: Cannot modify header information - headers already sent by (output started at /home/greajas7/public_html/blog/wp-includes/wp-db.php:121) in /home/greajas7/public_html/blog/wp-includes/pluggable.php on line 275
When a registered user tries to post comments, they get this:
WordPress database error: [Duplicate entry '467' for key 1]
INSERT INTO wp_comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_author_IP, comment_date, comment_date_gmt, comment_content, comment_approved, comment_agent, comment_type, comment_parent, user_id) VALUES ('31', 'admin', 'andrea.jaszlics@gmail.com', 'http://www.greaterfursnail.net', '198.11.27.99', '2007-07-28 14:05:02', '2007-07-28 21:05:02', 'what?', '1', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)', '', '0', '1')
Warning: Cannot modify header information - headers already sent by (output started at /home/greajas7/public_html/blog/wp-includes/wp-db.php:121) in /home/greajas7/public_html/blog/wp-includes/pluggable.php on line 275
Help?