adixon / ca.civicrm.iats

[deprecated] CiviCRM Extension for IATS Web Services Payment Processor
3 stars 0 forks source link

PHP Fatal Error v 1.1 when clicking Contribute at the confirmation page #5

Closed tapashdatta closed 10 years ago

tapashdatta commented 10 years ago

2014/01/09 10:02:46 [error] 4244#0: *1684 FastCGI sent in stderr: "PHP message: PHP Fatal error: Class 'SoapClient' not found in /sites/all/modules/civicrm/extensions/ca.civicrm.iats-1.1-beta1/CRM/iATS/iATSService.php on line 109" while reading response header from upstream, client: 46.65.45.231, server: localhost, request: "POST /civicrm/contribute/transact HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm/php-fpm.sock:", host: "localhost", referrer: "https://localhost/civicrm/contribute/transact?_qf_Confirm_display=true&qfKey=d9509a9fcewrwere3243c5b9035d_6059"

tapashdatta commented 10 years ago

also when clicked Back button civicrm shows error on screen

Notice: Undefined variable: className in CRM_Contribute_Form_Contribution_Confirm::processRecurringContribution() (line 1559 of /sites/all/modules/civicrm/CRM/Contribute/Form/Contribution/Confirm.php).

adixon commented 10 years ago

Yes, you'll need to enable SOAP for php, I guess it's not there by default.

adixon commented 10 years ago

I've put a note in the readme to this effect.

tapashdatta commented 10 years ago

Thanks it worked. FYI, Just noticed installation instruction bullet no 4, Manage extension does not contains in customise data & screen..

Regards

On 9 Jan 2014, at 13:43, adixon notifications@github.com wrote:

I've put a note in the readme to this effect.

— Reply to this email directly or view it on GitHub.

adixon commented 10 years ago

I do seem to recall that they've moved around the Manage Extensions link - i think in earlier versions of 4.2 it was in Administer - System Settings?