jwineman
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] Can’t Configure Settings in 3.0.2Hi @kilmanaghm,
We’re aware of the mod security issue and will be rolling out a fix soon.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Can’t Configure Settings in 3.0.2Hi @ybzybz,
We don’t support multi site but if the root domain of your sub domain is on CloudFlare then that should work. What are you seeing as the value for active zone?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Fixing 520 ErrorsHi @lauw8,
Can you give me more details on the problems you’re seeing? What specifically is wrong?
Thanks,
JohnForum: Reviews
In reply to: [Cloudflare] Update 3.1.1 working for myHi,
That screen usually shows up when the active domain isn’t on CloudFlare. Is lenialbertop.com.ve on CloudFlare?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Invalid CSRF Token on 3.0.1Okay, thats good news. In the browser console there is a “Network” tab which will show all the AJAX requests. If you toggle a setting do you see the cfCSRFToken being passed in the request body for that request?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Domain not populating on one siteOkay,
Can you go ahead and open a support ticket at:
https://support.cloudflare.com/requests/new
Please include:
-The domain name of the affected blog.
-The names of the other domains that are similar
-The fact that the front end shows “.com”
-A link to this wordpress support URL.You’re probably right, the sub domain regexs are probably breaking here. It will be easier to debug with the actual domain names though.
Thanks,
John- This reply was modified 9 years, 8 months ago by jwineman.
Forum: Plugins
In reply to: [Cloudflare] New version (3.0.0) crashed backendHi @byran-bittner,
The 5xx errors in 3.0.0 and 3.0.1 were caused by our HTTP2/Server Push functionality which we removed in 3.0.2. I would expect this update to fix your issues.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Invalid CSRF Token on 3.0.1Oh sorry, I should have been more clear. Right now I want to check the javascript variable
cfCSRFTokenis being set correctly.In Firefox after you’ve navigated to the plugin page:
1. Click “Tools” > “Web Developer” > “Web Console” from the file menu
2. In the Web Console type “cfCSRFToken” and see if it outputs something similar to what I referenced above.In Chrome after you’ve navigated to the plugin page:
1. Click “View” > “Developer” > “Developer Tools” > “Console” tab
2. Type “cfCSRFToken” and see if it outputs something similar to what I referenced above.Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Upgrade to 3.0 prevents site editingUnderstandable. With regard to protocol rewrite I’d suggest keeping an eye on our blog as we’ll announce when that functionality is ready again soon. Unfortunately with development mode adding it back in manually is going to be your only option.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] New version (3.0.0) crashed backendHi,
We removed protocol rewrite in 3.x because we’re in the process of rewriting it and its not ready yet. We plan on adding it back in the next few weeks once our rewrite is stable.
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Domain not populating on one siteDo you administer your blogs from a URL different from their actual domain name?
The domain logic comes from here. Does
$_SERVER['server_name']not match that of your blog?Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] Invalid CSRF Token on 3.0.1Lets make sure your csrfToken is being set correctly first.
Can you load the plugin settings page, open up development tools and type:
cfCSRFToken
It should return something like ‘”af759f760f”‘
This value comes from here.If that works can you keep the browser dev tools open, toggle a setting and confirm you see
cfCSRFTokenin the request body?Forum: Plugins
In reply to: [Cloudflare] CloudFlare WordPress plugin adding an excessively large header.Hi,
We removed the HTTP2/Server push functionality that was generating this header in 3.0.2. You are on 3.0.0 or 3.0.1 right? Can you upgrade?
Thanks,
JohnForum: Plugins
In reply to: [Cloudflare] 3.0.1 breaks websiteVery sorry about the problems this caused. I’m surprised we didn’t catch this during the beta.
Forum: Plugins
In reply to: [Cloudflare] 3.0.1 breaks websiteYeah so the root cause was in our implementation of HTTP2/Server Push. It created too many headers for blogs with large front ends. 3.0.1 was an attempted fix but it only fixed the 520s, not the 502s. It was removed in 3.0.2.
Thanks,
John