Project

General

Profile

Error when trying to add new group (2.5.2)

Added by Rodrigo Pereira about 9 years ago

ActiveRecord::RecordNotUnique (PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "users_pkey"
DETAIL: Key (id)=(327) already exists.
: INSERT INTO "users" ("admin", "auth_source_id", "created_on", "firstname", "hashed_password", "identity_url", "language", "last_login_on", "lastname", "login", "mail", "mail_notification", "must_change_passwd", "salt", "status", "type", "updated_on") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"):
app/controllers/groups_controller.rb:52:in `block in create'
app/controllers/groups_controller.rb:51:in `create'

Any hint regarding this?

Thanks in advance.