Support (offered by community volunteers) > Joomla! Installations

Payment processing error.

(1/2) > >>

jsandhu2204:
status
    Payment Processor Error message
    : 10002:Security error Security header is not valid

I have setup CRM with joomla 1.5.  While testing Live Online Contribution link, it gives the above error.

Pl. Help.

Donald Lobo:

please do a web search on that error message to get more details and better diagnosis (its a paypal error message)

http://www.google.com/search?q=10002+security+header+is+not+valid&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

lobo

jacoblee:
Sorry Lobo that is not the message I was getting on my server.

It is the processor except is works on the front end and not the back end...

This is new to CIVI 3.0 we did not have this issue in the 2 series.
(http://existdesigns.com/screenshots/screen-shot-2.png)

Kiran Jagtap:
It looks like u have hit : http://issues.civicrm.org/jira/browse/CRM-5098

please upgrade civicrm to latest v3.0 release ( civicrm v3.0.beta5  )
or
go to : CRM/Contribute/Form/Contribution.php line around 886

--- Code: ---if ( $this->_processors['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_CREDIT_CARD ) {
--- End code ---

change to :

--- Code: ---if ( $this->_paymentProcessor['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_CREDIT_CARD ) {
--- End code ---

hope this help

kiran

Stoob:

--- Code: ---10002:Security error Security header is not valid

--- End code ---

I have noticed two main reasons for this, anyone have any other reasons they saw this error?


* * mismatch between the SSL domain and the domain currently in use for your CiviCRM installation.  this CAN include www. vs. no www issues!   For instance your SSL is for www.example.com and your civicrm is currently running at dev.example.com
* * The paypal account is currently suspended because of lack of proof that the paypal account is for a registered 501c non-profit with all its papers in order

Navigation

[0] Message Index

[#] Next page

Go to full version