Salesforce uncaught exception: always more to hate about the dark side of the force
Fatal error: Uncaught SoapFault exception: [soapenv:Client] The reference to entity "ie" must end with the ';' delimiter. in /sites/jonassoftware/www/sites/all/modules/salesforce/soapclient/SforceBaseClient.php:376 Stack trace: #0 [internal function]: SoapClient->__call('create', Array) #1 /sites/jonassoftware/www/sites/all/modules/salesforce/soapclient/SforceBaseClient.php(376): SoapClient->create(Object(stdClass)) #2 /sites/jonassoftware/www/sites/all/modules/salesforce/soapclient/SforcePartnerClient.php(62): SforceBaseClient->create(Object(stdClass)) #3 /sites/jonassoftware/www/sites/all/modules/salesforce/salesforce.module(485): SforcePartnerClient->create(Array) #4 /sites/jonassoftware/www/sites/all/modules/salesforce/salesforce.module(469): salesforce_save_object(Object(stdClass), 'lead') #5 /sites/jonassoftware/www/sites/all/modules/salesforce/salesforce.module(449): salesforce_save_form('webform_client...', Array) #6 [internal function]: salesforce_form_submit('webform_client_...', Array) #7 /sites/jonassoftware in /sites/jonassoftware/www/sites/all/modules/salesforce/soapclient/SforceBaseClient.php on line 376
[Code sent to salesforce must be fully escaped and, possibly UTF8]
Comments
Scrub your data better
Look to see if there's an ampersand (&) before the 'ie' in that data. I just have a problem with the same. Try encoding HTML entities - that was an acceptable solution for me.
Post new comment