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 »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Error after enabling Commerce CiviCRM Module on Completing Checkout
Pages: [1]

Author Topic: Error after enabling Commerce CiviCRM Module on Completing Checkout  (Read 790 times)

Miles Carter

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.1
  • CMS version: 7.14
  • MySQL version: 5.0.95
  • PHP version: 5.2.17
Error after enabling Commerce CiviCRM Module on Completing Checkout
July 30, 2012, 04:10:41 am
Apologies if this should be on drupal.org instead, the error is reported by CiviCRM.

This is on a fresh install, everything seems to work properly, it creates contacts when drupal users are created, but when this module is enabled, and a purchase is completed by an anonymous user (after the user clicks "complete checkout"), it goes straight to this page and the order is assigned to the anonymous user (should be assigned to an account created on purchase) :

backTrace

/home/directory/public_html/website/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 288
/home/directory/public_html/website/sites/all/modules/civicrm/CRM/Core/BAO/Block.php, fatal, 73
/home/directory/public_html/website/sites/all/modules/civicrm/CRM/Core/BAO/Phone.php, getValues, 73
/home/directory/public_html/website/sites/all/modules/civicrm/CRM/Core/BAO/Location.php(263) : eval()'d code, getValues, 1
/home/directory/public_html/website/sites/all/modules/civicrm/CRM/Core/BAO/Location.php, eval, 263
/home/directory/public_html/website/sites/all/modules/civicrm/api/v2/Location.php, getValues, 621
/home/directory/public_html/website/sites/all/modules/civicrm/api/v2/Location.php, _civicrm_location_get, 272
/home/directory/public_html/website/sites/all/modules/civicrm/api/v2/Location.php, civicrm_location_get, 195
/home/directory/public_html/website/sites/all/modules/commerce_civicrm/commerce_civicrm.module, civicrm_location_update, 341
/home/directory/public_html/website/sites/all/modules/commerce_civicrm/commerce_civicrm.module, _commerce_civicrm_add_update_contact, 172
, commerce_civicrm_action_order_civicrm,
/home/directory/public_html/website/sites/all/modules/rules/includes/faces.inc, call_user_func_array, 123
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.core.inc, __call, 293
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.plugins.inc, __call, 20
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.core.inc, executeCallback, 1565
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.core.inc, evaluate, 2210
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.plugins.inc, evaluate, 216
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.plugins.inc, evaluate, 392
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.core.inc, evaluate, 2210
/home/directory/public_html/website/sites/all/modules/rules/includes/rules.plugins.inc, evaluate, 695
/home/directory/public_html/website/sites/all/modules/rules/rules.module, executeByArgs, 860
/home/directory/public_html/website/sites/all/modules/rules/rules.module, rules_invoke_event_by_args, 805
/home/directory/public_html/website/sites/all/modules/commerce/modules/checkout/commerce_checkout.module, rules_invoke_all, 842
/home/directory/public_html/website/sites/all/modules/commerce/modules/payment/commerce_payment.module, commerce_checkout_complete, 336
/home/directory/public_html/website/sites/all/modules/commerce/modules/payment/includes/commerce_payment.checkout_pane.inc, commerce_payment_redirect_pane_next_page, 221
/home/directory/public_html/website/sites/all/modules/commerce/modules/checkout/includes/commerce_checkout.pages.inc, commerce_payment_redirect_pane_checkout_form, 104
, commerce_checkout_form,
/home/directory/public_html/website/includes/form.inc, call_user_func_array, 795
/home/directory/public_html/website/includes/form.inc, drupal_retrieve_form, 339
/home/directory/public_html/website/includes/form.inc, drupal_build_form, 131
/home/directory/public_html/website/sites/all/modules/commerce/modules/checkout/includes/commerce_checkout.pages.inc, drupal_get_form, 58
, commerce_checkout_router,
/home/directory/public_html/website/includes/menu.inc, call_user_func_array, 516
/home/directory/public_html/website/index.php, menu_execute_active_handler, 21


Sorry. A non-recoverable error has occurred.
We experienced an unexpected error. Please post a detailed description and the backtrace on the CiviCRM forums: http://forum.civicrm.org/

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Error after enabling Commerce CiviCRM Module on Completing Checkout
July 30, 2012, 06:54:01 am

yes, you should post this issue on the commerce_civicrm issue queue

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Miles Carter

  • I’m new here
  • *
  • Posts: 2
  • Karma: 0
  • CiviCRM version: 4.1
  • CMS version: 7.14
  • MySQL version: 5.0.95
  • PHP version: 5.2.17
Re: Error after enabling Commerce CiviCRM Module on Completing Checkout
July 31, 2012, 03:29:58 am
For future reference if anyone else comes across the same problem, I fixed it by updating to the dev version of the module.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Error after enabling Commerce CiviCRM Module on Completing Checkout

This forum was archived on 2017-11-26.