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 Joomla Extensions (Moderator: lcdweb) »
  • Getting DB Error: Syntax Error when updating Joomla user record
Pages: [1]

Author Topic: Getting DB Error: Syntax Error when updating Joomla user record  (Read 703 times)

tso2085

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 0
  • CiviCRM version: 4.7.15
  • CMS version: Joomla 3.6.5
  • MySQL version: 5.5.37
  • PHP version: 5.5.30
Getting DB Error: Syntax Error when updating Joomla user record
May 13, 2014, 09:47:07 pm
Joomla 2.5.18, Civi 4.3.7

Receiving error when I try to update any user record in Joomla.  CiviCRM log reports the following:

Code: [Select]
May 14 00:35:53  [info] $Fatal Error Details = Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] => -2
    [message] => DB Error: syntax error
    [mode] => 16
    [debug_info] => INSERT INTO civicrm_uf_match (domain_id, uf_id, uf_name, contact_id) VALUES
        ( 1, 1460, 'admin@mysite.net',  ); [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2]
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_uf_match (domain_id, uf_id, uf_name, contact_id) VALUES
        ( 1, 1460, 'admin@mysite.net',  ); [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2]

Can someone point me to why this may be happening and what I can do to correct it?

Thanks!
Craig

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Getting DB Error: Syntax Error when updating Joomla user record

This forum was archived on 2017-11-26.