Hi,
Are you getting any error messages relative to CloudFlare when it isn’t working?
Hi,
When I update or post a new event with Cloudflare on, the plugin tries to shows on the top of the page an error message but comes up blank. Here’s a screenshot http://www.screencast.com/t/oii2EnwO
I guess this is a plugin glitch, but basically the data doesn’t reach buffer.
If I disable cloudflare completely the plugin works fine.
Disabling Rocketloader or JS minification does not make any changes as I have a rule set up to disable optimisations in the admin zone
Page rules:
http://beckybeach.net/wp-admin/*
And I added this one just in case but no luck. (this is the callback link)
http://beckybeach.net/wp-admin/admin.php?page=wp-to-buffer
I also have Cloudflare ver. 1.3.14 plugin installed.
This is what I see with the Chrome console….
Remote Address:173.245.60.13:80
Request URL:http://beckybeach.net/wp-content/plugins/wp-to-buffer/js/admin.js
Request Method:GET
Status Code:200 OK (from cache)
Request Headers
Provisional headers are shown
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36
X-DevTools-Emulate-Network-Conditions-Client-Id:7093BDA6-357D-8755-81FF-57E71A985EBA
Response Headers
Cache-Control:max-age=172800, proxy-revalidate
CF-RAY:16f793b617b60b75-LHR
Content-Encoding:gzip
Content-Type:application/x-javascript
Date:Thu, 25 Sep 2014 13:30:33 GMT
ETag:W/”683-4ff0272fc29d5″
Expires:Fri, 25 Sep 2015 13:30:33 GMT
Pragma:public
Server:cloudflare-nginx
Vary:Accept-Encoding,User-Agent
X-Powered-By:Best Guys Team
Thanks for your help
David
What happens if you set a PageRule for:
http://beckybeach.net/wp-content/*
Hi,
I added the rule and works! Thanks for the advice
Question though would that rule prevent to cache all images and other stuff?
Cheers
David
Hi,
*Maybe* to some degree. Maybe change it to something like:
http://beckybeach.net/wp-content/plugins/*
or
http://beckybeach.net/wp-content/plugins/wp-to-buffer/*
Seems like the issue has more to do with the plugins being affected & those might be better rules.
Hi sorry to bother you again!
I just implemented the same plugin in another site http://www.bracewellsestateagent.co.uk , different theme but same configuration in Cloudflare. I’ve tried the same rules and still not working. If I set Cloudflare to dev mode the plugin works fine…
In the previous one i used this rule http://beckybeach.net/wp-content/plugins/* and works great btw…
Any ideas?
Thanks
Hmmm…I changed the order of the PageRule. Does that help?