CiviCRM Problems when using admin/user/user functions

dewolfe001 - October 25, 2007 - 22:53
Project:CiviCRM
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

When we're doing bulk approvals from the admin/user/user page, we have CRM errors. Sometimes, these errors are coming back at us:

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] => -5
    [message] => DB Error: already exists
    [mode] => 16
    [debug_info] => INSERT INTO civicrm_uf_match (uf_id , contact_id , domain_id , email ) VALUES ( 2101 ,  14082 ,  1 , 'XaXont169@hotmail.com' )  [nativecode=1062 ** Duplicate entry '14082' for key 3]
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_uf_match (uf_id , contact_id , domain_id , email ) VALUES ( 2101 ,  14082 ,  1 , 'XaXont169@hotmail.com' )  [nativecode=1062 ** Duplicate entry '14082' for key 3]
    [to_string] => [db_error: message="DB Error: already exists" code=-5 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_uf_match (uf_id , contact_id , domain_id , email ) VALUES ( 2101 ,  14082 ,  1 , 'XaXont169@hotmail.com' )  [nativecode=1062 ** Duplicate entry '14082' for key 3]"]
)

Why is this doing an insert when it should be doing an update?
We are using Drupal 5.1 and CiviCRM 1.8

Thanks in advance

#1

douggreen - November 2, 2007 - 10:40

You may have filed this against the wrong project. This is for a small little module called "civicrm activeuser", not for the "civicrm" project. If you are trying to report something with civicrm, please see http://issue.civicrm.org.

#2

EvanDonovan - April 7, 2009 - 15:11
Project:CiviCRM Active User» CiviCRM
Version:HEAD» HEAD

Changing project.

#3

EvanDonovan - April 18, 2009 - 02:43
Status:active» closed

Issues for CiviCRM aren't filed here anymore. Closing.

 
 

Drupal is a registered trademark of Dries Buytaert.