Hola,

after the checkout I'm getting this error message:

Fatal error: Call to undefined function soapclient_object_to_array() in
/drupal/sites/all/modules/uc_clickandbuy/uc_clickandbuy.module on line 488

it doesn't matter if I use SOAP Extension on PHP5 nuSOAP - Right after the transaction, money already gone from the customer's CnB account - The checkout still doesn't finish either. No mail to the shopowner, no mail to the customer, no listed order in store/orders/view.

Is there anything I could have missed in the setup?

Comments

longwave’s picture

Which version of SOAP Client are you using? 6.x-1.0-beta2 should work fine, but changes have been made in the SOAP Client development branch recently and this function seems to have been removed.

longwave’s picture

Posted #644664: soapclient_object_to_array() removed from DRUPAL-6--1 branch which (if committed) should fix this for the SOAP Client -dev branch.

honigferd’s picture

Status: Active » Closed (fixed)

You are right, 6.x-1.0-beta2 works just fine, the dev which I was using doesn't.