Normally it's due to a duplicate record in your SQL.

On Thu, Apr 24, 2008 at 11:19 PM, Shai Gluskin <shai@content2zero.com> wrote:
Drupallers,

When trying to create a new forum, I get this error:

user warning: Duplicate entry '10' for key 1 query: INSERT INTO term_data (tid, name, description, vid, weight) VALUES (10, 'Sellers Forum', '', 4, 0) in /home/cmp/public_html/includes/database.mysql.inc on line 172.

Why is  Drupal trying to run a query to insert info data into the term_data table?

I'm adding the forum at: example.com/en/admin/content/forum/add/forum (the "en" is for English, I'm using translation module).

As usual, any help would be appreciated!

Shai

--
[ Drupal support list | http://lists.drupal.org/ ]