Info
- 3 posts
- 2 voices
- Started 5 years ago by chrishajer
- Latest reply from chrishajer
- This topic is not resolved
Duplicate Tag MySQL Error
-
- Posted 5 years ago #
I tried to insert a tag that was a duplicate, and got this error:
bbPress database error: [Duplicate entry '231-1-65' for key 1]
INSERT INTO bbpress_tagged ( tag_id, user_id, topic_id, tagged_on ) VALUES ( '231', '1', '65', '2006-12-31 15:19:51')
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/riverside/forum/bb-includes/db-mysqli.php:147) in /htdocs/riverside/forum/bb-includes/wp-functions.php on line 816
]]>Are duplicate tag insertions normally caught?
-
- Posted 5 years ago #
I am using the latest from TRAC, but if I add a duplicate tag, it just updates the tag with the recent timestamp, but doesn't give errors. Is this on .73?
Trent
-
- Posted 5 years ago #
This is .73 - not using TRAC. Normally, there is no error. Just this once there's an error. If it happens again I will post again. There have been a couple of weird MySQL errors in the past few days, but I doubt I will be able to recreate them.
-
You must log in to post.