aruncappi
Forum Replies Created
-
Fixed!
In your code change you have a curly single quote, which is different to the rest of the code with a straight single quote.
It seems to be relating to the way this wordpress.org site saves single quotes!Hang on, noticed the single quotes are different to the rest of the quote in your snippets, will try changing
- This reply was modified 8 years ago by aruncappi.
And this is the only change I have made:
// Use test/www subdomain based on whether this is a test or live
$sub = apply_filters( ‘gf_salesforce_request_subdomain’, ($test ? ‘test’ : ‘webto’), $test );2018-05-15 12:33:04.255435 – ERROR –> There was an error adding the entry to Salesforce: cURL error 6: Could not resolve host: xn--test-p96ak.salesforce.com
2018-05-15 12:33:04.262908 – DEBUG –> This is the data sent to Salesforce (at https://‘test’.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8:
ArrayInteresingly…. in web to lead setup the salesforce company ID is no longer bein accepted, and going into salesforce it is definitely correct…..
Thanks, cache cleared – browser and website, no joy
Code is as per your code blocks…..I dont see webto.salesforce.com at all during the form submission process…..
Its not working for me either
Forum: Plugins
In reply to: [Calculated Fields Form] Urgent – forms not showingFixed…. needed to update my theme
Forum: Plugins
In reply to: [Calculated Fields Form] Multiple file uploadsIgnore that just seen the multiple file options
Forum: Plugins
In reply to: [BackUpWordPress] Permission deniedIm getting a similar error:
zip warning: Permission denied
HMBKP_SUCCESSzip warning: Permission denied
HMBKP_SUCCESS
The files arent backup up only the database….
Arun
Forum: Plugins
In reply to: [Redirection] Regex redirectany advise on this greatly appreciated