Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-17087

Contribution Search by Campaign Returns DB Syntax error

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Critical
    • Resolution: Duplicate
    • Affects Version/s: 4.6.7
    • Fix Version/s: None
    • Component/s: CiviContribute
    • Labels:
      None
    • Documentation Required?:
      None
    • Funding Source:
      Core Team Funds

      Description

      reproducible on demo site.

      1. Use Find Contributions search

      2. select an active Campaign

      3. View error
      SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact contact_a LEFT JOIN civicrm_contribution ON civicrm_contribution.contact_id = contact_a.id WHERE ( civicrm_contribution.is_test = 0 AND civicrm_contribution.campaign_id IN 41 )

      4. note "IN" should be followed by parentheses (41)

      BACKTRACE
      #0 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Error.php(182): CRM_Core_Error::backtrace()
      #1 [internal function](): CRM_Core_Error::handle(Object(DB_Error))
      #2 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/PEAR.php(931): call_user_func((Array:2), Object(DB_Error))
      #3 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB.php(976): PEAR_Error->PEAR_Error("DB Error: syntax error", -2, 16, (Array:2), "SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #4 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/PEAR.php(564): DB_Error->DB_Error(-2, 16, (Array:2), "SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #5 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/common.php(1905): PEAR->raiseError(NULL, -2, NULL, NULL, "SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...", "DB_Error", TRUE)
      #6 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/mysql.php(895): DB_common->raiseError(-2, NULL, NULL, NULL, "1064 ** You have an error in your SQL syntax; check the manual that correspon...")
      #7 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/mysql.php(328): DB_mysql->mysqlRaiseError()
      #8 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/common.php(1216): DB_mysql->simpleQuery("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #9 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/DataObject.php(2442): DB_common->query("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #10 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/DB/DataObject.php(1634): DB_DataObject->_query("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #11 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/DAO.php(325): DB_DataObject->query("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #12 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/DAO.php(1234): CRM_Core_DAO->query("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...", TRUE)
      #13 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Contact/BAO/Query.php(4595): CRM_Core_DAO::singleValueQuery("SELECT count( DISTINCT civicrm_contribution.id ) FROM civicrm_contact conta...")
      #14 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Contribute/Selector/Search.php(294): CRM_Contact_BAO_Query->searchQuery(0, 0, NULL, TRUE, FALSE, FALSE, FALSE, FALSE, NULL)
      #15 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Selector/Controller.php(233): CRM_Contribute_Selector_Search->getTotalCount(4, NULL)
      #16 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Contribute/Form/Search.php(356): CRM_Core_Selector_Controller->__construct(Object(CRM_Contribute_Selector_Search), NULL, NULL, 4, Object(CRM_Contribute_Form_Search), 1, NULL)
      #17 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Form.php(345): CRM_Contribute_Form_Search->postProcess()
      #18 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/QuickForm/Action/Refresh.php(75): CRM_Core_Form->mainProcess()
      #19 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/HTML/QuickForm/Controller.php(203): CRM_Core_QuickForm_Action_Refresh->perform(Object(CRM_Contribute_Form_Search), "refresh")
      #20 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/packages/HTML/QuickForm/Page.php(103): HTML_QuickForm_Controller->handle(Object(CRM_Contribute_Form_Search), "refresh")
      #21 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Controller.php(353): HTML_QuickForm_Page->handle("refresh")
      #22 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Invoke.php(312): CRM_Core_Controller->run((Array:3), NULL)
      #23 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Invoke.php(86): CRM_Core_Invoke::runItem((Array:14))
      #24 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/CRM/Core/Invoke.php(54): CRM_Core_Invoke::_invoke((Array:3))
      #25 /var/www/vestibular.org/docroot/profiles/veda_install/modules/contrib/civicrm/drupal/civicrm.module(489): CRM_Core_Invoke::invoke((Array:3))
      #26 [internal function](): civicrm_invoke("contribute", "search")
      #27 /var/www/vestibular.org/docroot/includes/menu.inc(519): call_user_func_array("civicrm_invoke", (Array:2))
      #28 /var/www/vestibular.org/docroot/index.php(21): menu_execute_active_handler()
      #29

      {main}

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              stoob Stoob
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: