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 CiviContribute (Moderator: Donald Lobo) »
  • Payment Processor Error message: 9001:Unknown System Error
Pages: [1]

Author Topic: Payment Processor Error message: 9001:Unknown System Error  (Read 1878 times)

dharmatech

  • I post frequently
  • ***
  • Posts: 280
  • Karma: 53
    • dharmatech.org
Payment Processor Error message: 9001:Unknown System Error
May 05, 2010, 11:46:17 am
We're posting this here in the hopes that it will help someone else trying to debug a 9001 system error.

One of our clients signed up for PayJunction recently to handle contribution pages and in the process of doing the test-drive, we discovered the test payments were not going through.  Since this is usually a catastrophic failure, we felt CiviCRM was probably not able to communicate with PayJunction.  After verifying the payment processor settings, we added a few key debugging lines to packages/PayJunction/pjClasses.php:

$content = curl_exec($ch);
print_r(curl_getinfo($ch));
print curl_errno($ch) .' : '. curl_error($ch);
curl_close($ch);
exit;


This returned a message that the host (demo.payjunction.com) didn't match the SSL cert. (payjunctionlabs.com).  Setting CURLOPT_SSL_VERIFYPEER to FALSE confirmed that the test went through.  Setting CURLOPT_SSL_VERIFYPEER back to TRUE and using https://payjunctionlabs.com/quick_link also confirmed the test went through.
http://dharmatech.org
oss@dharmatech.org
801.541.8671

dhruvahuja

  • Guest
Re: Payment Processor Error message: 9001:Unknown System Error
May 12, 2010, 04:08:26 am
Please see http://issues.civicrm.org/jira/browse/CRM-6045

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Payment Processor Error message: 9001:Unknown System Error

This forum was archived on 2017-11-26.