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 CiviMember (Moderator: Deepak Srivastava) »
  • PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5.3
Pages: [1]

Author Topic: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5.3  (Read 2613 times)

kenlyle

  • I post occasionally
  • **
  • Posts: 116
  • Karma: 7
PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5.3
November 15, 2007, 07:49:26 pm
Trying to pay for an event, I get these error messages:

"

    Sorry. A non-recoverable error has occurred.

    Return to home page.

Error Details:

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

       
Code: [Select]
=> -1174405440
    [message] =>
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="" code=-1174405440 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]

"

Anyone have ideas?

Thanks,
Ken

P.S.  My checking account is down in the amount of the two Event transactions I have run, so they seem to be going through, in spite of the errors.
« Last Edit: November 15, 2007, 08:01:15 pm by kenlyle »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
November 16, 2007, 01:38:58 pm
Most likely a problem with your Outbound Mail ( SMTP ) settings (Administer CiviCRM >> Global Settings). Try the built-in "Send Email to Contact" action when viewing a contact record. If this is the issue, you'll get the same error.
Protect your investment in CiviCRM by  becoming a Member!

kenlyle

  • I post occasionally
  • **
  • Posts: 116
  • Karma: 7
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
November 16, 2007, 04:08:15 pm
I did as you suggested, and had turned on debug and backtrace per another thread that Lobo said pointed to SMTP config, too, which we have not figured out yet....

Here is the backtrace info- hope it helps:

/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 255                             
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/DAO.php, fatal, 527                                   
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Contact/BAO/Contact.php, getFieldValue, 1429               
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Contact/BAO/Contact.php, getContactType, 1930               
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Contact/Form/Task/EmailCommon.php, getContactDetails, 145   
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Contact/Form/Task/Email.php, buildQuickForm, 99             
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/Form.php, buildQuickForm, 297                         
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/QuickForm/Action/Display.php, buildForm, 98           
/httpdocs/drupal53/sites/all/modules/civicrm/packages/HTML/QuickForm/Controller.php, perform, 195           
/httpdocs/drupal53/sites/all/modules/civicrm/packages/HTML/QuickForm/Page.php, handle, 95                   
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/Controller.php, handle, 220                           
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Utils/Wrapper.php, run, 77                                 
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/Invoke.php, run, 312                                   
/httpdocs/drupal53/sites/all/modules/civicrm/CRM/Core/Invoke.php, contact, 92                               
/httpdocs/drupal53/sites/all/modules/civicrm/drupal/civicrm.module, invoke, 319                             
, civicrm_invoke,                                                                                           
/httpdocs/drupal53/includes/menu.inc, call_user_func_array, 418                                             
/httpdocs/drupal53/index.php, menu_execute_active_handler, 15                                               

K

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: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
November 16, 2007, 06:00:47 pm

Can you please reproduce this issue on demo.civicrm.org and give us instructions on how to reproduce. Preferably you should be using the test mode for this

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

kenlyle

  • I post occasionally
  • **
  • Posts: 116
  • Karma: 7
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
November 17, 2007, 05:10:07 am
By test mode, you must mean the payment gateway,  which appears to be Authorize.net...I think I can tell because I have seen the error messages before ;)

I tried the demo event registration, and got the infamous (to me, anyway) error message I associate with a.net:"Payment Processor Error message:
2:13 (TESTMODE) The merchant login ID or password is invalid or the account is inactive."

I find it easier to run small transaction amounts, and just pay the fees as a dev cost.

So, I really can't tell.  Our Civi is 1.9.11960, and yours is 1.9.12267.

We are in the process of signing up for CiviSMTP.  Should that solve our (suspected SMTP-related) problems?

Thanks, Donald.

Ken

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
December 03, 2007, 06:31:29 am
Every time I get this error, it's related to the mail settings.
Try playing with the SMTP settings, and test it using the email user activity in the contact screen (easier than running through an event registration each time).

The settings I would play with are mail host (toggle between localhost and your actual mail domain), and the user authentication setting (password set in settings files).

Once you know that email tool is working, try the event page again.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
December 03, 2007, 11:57:57 am
Brian - thx for jumping in here w/ some help! As an aside, as of 1.9 the SMTP authentication password is also set from the Global Settings >> Outbound Email form (and is no longer stored / read from the civicrm.settings.php file).
Protect your investment in CiviCRM by  becoming a Member!

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
December 03, 2007, 12:06:36 pm
Dave,
I just opened one of my 1.9 installations (actually just did one this morning). There's no password field on the outbound email form. Am I missing something? The note still says to add the password to the civicrm.settings.php file.

Maybe that's something set to be included in the 2.0 release?
-Brian
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

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: PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5
December 03, 2007, 12:44:23 pm

dave actually meant 2.0 and not 1.9 :) In 1.9 it is still part of the settings file

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMember (Moderator: Deepak Srivastava) »
  • PEAR Error when Confirming Event Payment to Authorize.net in 1.9 w/ Drupal 5.3

This forum was archived on 2017-11-26.