jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Anouncement: Disabling Admin BarIn this case it was a little both. The intended functionality is for this was for the hook to only fire if Automatic Full Cache Management was enabled. The reason we didn’t catch it during testing wasn’t because we thought it was acceptable behavior but because we didn’t realize it wasn’t acceptable behavior, if that makes sense.
We’ll have a fix tomorrow. Again, sorry about the problems this has caused.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Latest Update breaks Admin Bar@quantum_leap – If you use full page caching you risk the admin bar showing up in the cached HTML and being shown to non-admin users, this is why it was disabled.
@sitedart – It won’t be rolled back but it will be fixed in the next release so that it the admin bar is only disabled if you have the Automatic Cache Purge toggle enabled.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Not able to login on the pluginDo you know what was causing the conflict?
Forum: Plugins
In reply to: [Cloudflare] Multiple Cloudflare Plugins?Hi,
I don’t think WordPress would allow our plugin to deactivate other plugins. Luckily there are no adverse side effects to running these two plugins at the same time.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Multiple Cloudflare Plugins?Forum: Plugins
In reply to: [Cloudflare] Please select a domain that is provisioned with CloudFlare.Hi @vesica,
Sorry to hear about your family member – I hope everything turns out okay!
I’m glad you were able to fix your issue with the plugin though!
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Invalid CSRF Token on 3.0.1Its possible they haven’t released the update yet. They sent us a version for testing, we tested it internally and it worked. I’m not sure when they plan to release but we expect this issue to be fixed in the next release of their plugin!
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t deploy 3.0 to WPEngine due to PHP syntax errorHi Guys,
Wanted to give you an update: We meet with WPEngine today. They asked that you submit a support ticket with them and post the ticket number here so they can debug further.
Also to give you an update around this issue – the syntax error you’re seeing is the WPEngine linter failing, if you deploy the plugin through the WordPress web interface instead of git that should be a usable work around for now.
Thanks,
John- This reply was modified 9 years, 6 months ago by jwineman.
Forum: Plugins
In reply to: [Cloudflare] 404 error occuredHi @sammzand,
I think its best if we continue troubleshooting your issues through official cloudflare support only. Its confusing to have the issue duplicated here on the WordPress support forums as well as in Zendesk.
We try to keep the WordPress support forums to issues that are specific to the plugin, and not Cloudflare as a whole.
Since you’ve already opened a ticket with Cloudflare support we’ll continue debugging there.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] wp_verify_nonce and cloudflare incompatibilityHi,
No problem! Thanks for using Cloudflare!
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 522 error occuredHi,
Great!
What was the root cause?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] wp_verify_nonce and cloudflare incompatibilityPurging the URL every 24 hours might work depending on how its set up. It might cache the first result that hits the origin though which could be an error or a success depending on which user submits.
You might be better off splitting the process into three pages, one with the sign up form which is cached, and two pages – one for error submissions, and one for success submissions that are purged every 24 hours.
-John
Forum: Plugins
In reply to: [Cloudflare] wp_verify_nonce and cloudflare incompatibilityI think you need to exclude wp_verify_nonce pages with page rules. The existence of the nonce indicates a form is being submitted so even if the nonce succeeded you would still need to purge URL the form affects after right?
If this doesn’t answer your question can you give me some more information about how the nonce is being used on the theme? I assume its part of the comment form or something right?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] currently offlineI’m sorry I’ll need you to open a support ticket at Cloudflare.com. We only use the WordPress support forum to debug issues with the plugin itself.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] currently offlineHi,
This 502 error is most likely an error with your web host.
In this case, and you should contact your hosting provider for further troubleshooting. Reviewing the access & error logs of your web server is a great place to start when these errors occurs as they should:
confirm the response code is being returned by your web server (this is visible in your access logs)
give some indication as to why (this is visible in the error logs, typically)Have you tried contacting your web host about this error?