CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Synchronize users-to-contacts fails
Pages: [1]

Author Topic: Synchronize users-to-contacts fails  (Read 1052 times)

linkx

  • I post occasionally
  • **
  • Posts: 86
  • Karma: 7
Synchronize users-to-contacts fails
October 03, 2007, 12:40:12 pm
HELP!

Just installed a fresh 1.8 with Drupal 5.1 and Synchronize users-to-contacts bombs out with this error:

Code: [Select]
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 ( 18 ,  1 ,  1 , 'lswanson@woodburn.com' )  [nativecode=1062 ** Duplicate entry '1' for key 3]
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_uf_match (uf_id , contact_id , domain_id , email ) VALUES ( 18 ,  1 ,  1 , 'lswanson@woodburn.com' )  [nativecode=1062 ** Duplicate entry '1' 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 ( 18 ,  1 ,  1 , 'lswanson@woodburn.com' )  [nativecode=1062 ** Duplicate entry '1' for key 3]"]
)
[/code]

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Synchronize users-to-contacts fails
October 03, 2007, 02:36:15 pm
Check this post:
http://forum.civicrm.org/index.php/topic,47.0.html
Protect your investment in CiviCRM by  becoming a Member!

linkx

  • I post occasionally
  • **
  • Posts: 86
  • Karma: 7
Re: Synchronize users-to-contacts fails
October 03, 2007, 05:15:00 pm
Perfect. This was indeed my problem. I just deleted the dupe email user (which was my email!) and the error stopped. Thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Synchronize users-to-contacts fails

This forum was archived on 2017-11-26.