ryan_m27
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorI think I got it. I ended up having to put a php.ini file specifying the temp dir in wp-admin in addition to the root wp directory.
Forum: Fixing WordPress
In reply to: Missing a temporary folder errorFriends, I am having this issue after moving to php7.4. I have set the values in wp-config as well as my php.ini file. I can see that I have a upload_tmp_dir set correctly by printing phpinfo. I’ve played with permissions. Has anyone come across anything else that helped? Thanks!
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] “Failed to connect to Salesforce.com”The version number was the latest, but I see now that it had been modified by a previous developer. Not sure how they managed to report the latest version but not keep the latest urls on that line. Inheriting websites is like a box of chocolates…
Thanks for your help!
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] “Failed to connect to Salesforce.com”I ended up changing the url here and it seems to work, now:
if( $form_type == ‘case’ ){
$url = ‘https://webto.salesforce.com/servlet/servlet.WebToCase?encoding=UTF-8’;
}else{
$url = ‘https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8′;
}– https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8′
+ https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8’Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] “Failed to connect to Salesforce.com”I think TLS 1.1 is supported:
cURL support enabled
cURL Information 7.19.7
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, tls, tlsv1.0, tlsv1.1, tlsv1.2Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] “Failed to connect to Salesforce.com”Thank you.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Editable grid?Thanks. I am using a custom role with custom permissions to view and edit this pod.
I hadn’t heard of Gravity View. I’ll check it out.
Thank you. Works great.
I’m having the same problem. The amphtml meta on the canonical non-amp page references /amp but only the ?amp urls work, so Google can’t find them.
Forum: Fixing WordPress
In reply to: All regular pages return 404 error until I visit wp-adminSorry, I didn’t see a reply notification for some reason.
I do have a backup. The issue is, there is some great functionality in this version that I want to preserve. Specifically, rewriting the wp-login urls to /login and /register. I’m hoping someone can pinpoint the issue with this .htaccess file and tell me how to correct it.
Thanks!