User login

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]

Resolution

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

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.