cakidnyc
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Exclude] Problem after 2.1.7 – no posts returnedJust updated to v2.3.0 and now the problem is gone.
Forum: Plugins
In reply to: [Contact Form 7] Set innerText of nullHave the same JS error. The last version that works for us v5.3.2, but it shows as a security threat now. I’m sure there is some plugin conflict going on, but I can’t figure out which one and need all the other plugins. We also use WP Forms, and just took me 20 mins to set up a nice contact form with the same features. Looks like it’s bye bye to Contact Form 7. Thanks for effort over the past many years where it was working great.
I just checked, those old keys were v3 keys. I decided to regenerate new keys anyways … still doesn’t work, same error (which makes sense the “api2” in the url as I mentioned above is actually part of recaptcha v3 code).
This still doesn’t explain why it would work while I’m logged into the admin area. I know WP has different stuff loading when logged in the admin area, so I’m guess there is some mysterious conflict between cf 5.4.1 some another plugin. Cf v5.3.2 always works.
I just gave up and decided to revert all my servers back to cf v5.3.2. Submitting / recaptcha all works fine now (didn’t have to change anything).
I guess for the future if new releases don’t solve our problem, we’ll just have to switch to a different contact form plugin.
@codekraft your test form above doesn’t seem to have recaptcha turned on now. Does it? Maybe it changed in the past 3 weeks.
Some other findings… my comment above about “api2” for the reload ajax call… read elsewhere that this url is actually hard-coded in the V3 recaptcha code by google.
Forum: Plugins
In reply to: [Contact Form 7] Form not sending@ljiljanapoljak I just tested your form and see in the javascript console this error below. You should have somebody look at your server error log and see what the details:
POSThttps://www.svkst.unist.hr/index.php/wp-json/contact-form-7/v1/contact-forms/2844/feedback [HTTP/1.1 500 Internal Server Error 460ms] Response { type: "basic", url: "https://www.svkst.unist.hr/index.php/wp-json/contact-form-7/v1/contact-forms/2844/feedback", redirected: false, status: 500, ok: false, statusText: "Internal Server Error", headers: Headers, body: ReadableStream, bodyUsed: false } body: ReadableStream { locked: false } bodyUsed: false headers: Headers { } ok: false redirected: false status: 500 statusText: "Internal Server Error" type: "basic" url: "https://www.svkst.unist.hr/index.php/wp-json/contact-form-7/v1/contact-forms/2844/feedback" <prototype>: ResponsePrototype { clone: clone(), arrayBuffer: arrayBuffer(), blob: blob(), … }Very strange. I just discovered that my form works fine if I am logged into to the WP admin area. I see the same recaptcha requests (w/ api2) but it goes through fine and the email is sent, etc. If I am not logged in to the admin area, the same form fails with the above mentioned JS errors.
- This reply was modified 5 years, 1 month ago by cakidnyc.
Thanks Erik. I noticed your test site doesn’t fire any xhr calls on data entry. On our site pl.faluninfo.net/contact-us , you can see calls like this after every field entry:
https://www.google.com/recaptcha/api2/reload?k=6LfcRLUUAAAAAM4OzZpYicnComcJdR6sOFyQi8Xs
Just noticed the “api2”, but we are using recaptcha v3. Any idea if this is likely the root cause? Perhaps something else is using v2 still and causing the conflict?
Forum: Plugins
In reply to: [WordPress Auto-updates] Delay auto-updates?I could use this too! Just had an auto-update take down our server. Would be nice to be able to have immediate updates on our test server, and delay the prod updates for 48 hours.